Example usage for android.widget FrameLayout subclass-usage

List of usage examples for android.widget FrameLayout subclass-usage

Introduction

In this page you can find the example usage for android.widget FrameLayout subclass-usage.

Usage

From source file com.fairphone.fplauncher3.oobe.animation.MenuTutorialAnimationView.java

public class MenuTutorialAnimationView extends FrameLayout {

    private int mHandStopPointXinDP;
    private int mArrowStopPointXinDP;

    public interface MenuTutorialAnimationViewListener {

From source file com.bowyoung.enhancelibrary.libs.swipeback.SwipeBackLayout.java

public class SwipeBackLayout extends FrameLayout {
    /**
     * Minimum velocity that will be detected as a fling
     */
    private static final int MIN_FLING_VELOCITY = 400; // dips per second

From source file com.google.android.cameraview.CameraView.java

public class CameraView extends FrameLayout {

    /** The camera device faces the opposite direction as the device's screen. */
    public static final int FACING_BACK = Constants.FACING_BACK;

    /** The camera device faces the same direction as the device's screen. */

From source file com.personal.xiri.only.common.camera.CameraView.java

public class CameraView extends FrameLayout {

    /**
     * The camera device faces the opposite direction as the device's screen.
     */
    public static final int FACING_BACK = Constants.FACING_BACK;

From source file android.support.wear.widget.drawer.WearableDrawerView.java

/**
 * View that contains drawer content and a peeking view for use with {@link WearableDrawerLayout}.
 *
 * <p>This view provides the ability to set its main content as well as a view shown while peeking.
 * Specifying the peek view is entirely optional; a default is used if none are set. However, the
 * content must be provided.

From source file cn.djangoogle.pull2load.internal.LoadingLayout.java

@SuppressLint("ViewConstructor")
public abstract class LoadingLayout extends FrameLayout implements ILoadingLayout {

    static final Interpolator ANIMATION_INTERPOLATOR = new LinearInterpolator();

    private FrameLayout mInnerLayout;

From source file com.github.ppamorim.dragger.DraggerView.java

/**
 * Class created to extends a FrameLayout, that's a root of the view
 * It contains a dragView(the content) and a shadowView(for dim)
 * You must add this elements, otherwise
 *
 * @author Pedro Paulo de Amorim

From source file com.layer.atlas.AtlasMessageComposer.java

public class AtlasMessageComposer extends FrameLayout {
    private EditText mMessageEditText;
    private Button mSendButton;
    private ImageView mAttachButton;

    private LayerClient mLayerClient;

From source file com.github.andrewlord1990.materialandroid.component.grid.GridItemView.java

/**
 * A view that meets the Material Design specification for a grid item view. It supports many different variants,
 * containing one or two lines of text and an icon at the start (left) or end (right). When using two lines of text,
 * the lines of text can either have the same text size or different text sizes.
 */
public class GridItemView extends FrameLayout {

From source file com.facebook.widget.LikeView.java

/**
 * This class provides the UI for displaying the Facebook Like button and its associated components.
 */
public class LikeView extends FrameLayout {

    // ***