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.android.settings.widget.SlidingTabLayout.java

/**
 * To be used with ViewPager to provide a tab indicator component which give constant feedback as
 * to the user's scroll progress.
 */
public final class SlidingTabLayout extends FrameLayout implements View.OnClickListener {

From source file com.ptapp.widget.DrawShadowFrameLayout.java

public class DrawShadowFrameLayout extends FrameLayout {
    private Drawable mShadowDrawable;
    private NinePatchDrawable mShadowNinePatchDrawable;
    private int mShadowTopOffset;
    private boolean mShadowVisible;
    private int mWidth, mHeight;

From source file com.cocosw.accessory.views.layout.DrawShadowFrameLayout.java

public class DrawShadowFrameLayout extends FrameLayout {
    private Drawable mShadowDrawable;
    private NinePatchDrawable mShadowNinePatchDrawable;
    private int mShadowTopOffset;
    private boolean mShadowVisible;
    private int mWidth, mHeight;

From source file android.support.v7.widget.TestedFrameLayout.java

public class TestedFrameLayout extends FrameLayout implements NestedScrollingParent {

    static final int TEST_NESTED_SCROLL_MODE_IGNORE = 0;
    static final int TEST_NESTED_SCROLL_MODE_CONSUME = 1;

    private int mNestedScrollMode;

From source file com.jafme.mobile.view.DrawShadowFrameLayout.java

public class DrawShadowFrameLayout extends FrameLayout {

    private Drawable mShadowDrawable;
    private NinePatchDrawable mShadowNinePatchDrawable;
    private int mShadowTopOffset;
    private boolean mShadowVisible;

From source file com.n8.appcompatsample.widget.DrawShadowFrameLayout.java

public class DrawShadowFrameLayout extends FrameLayout {
    private Drawable mShadowDrawable;
    private NinePatchDrawable mShadowNinePatchDrawable;
    private int mShadowTopOffset;
    private boolean mShadowVisible;
    private int mWidth, mHeight;

From source file android.support.designox.internal.ScrimInsetsFrameLayout.java

/**
 * @hide
 */
public class ScrimInsetsFrameLayout extends FrameLayout {

    private Drawable mInsetForeground;

From source file com.sachinshinde.lollipopappcompatskeleton.ui.widgets.DrawShadowFrameLayout.java

public class DrawShadowFrameLayout extends FrameLayout {
    private Drawable mShadowDrawable;
    private NinePatchDrawable mShadowNinePatchDrawable;
    private int mShadowTopOffset;
    private boolean mShadowVisible;
    private int mWidth, mHeight;

From source file app.philm.in.view.InsetFrameLayout.java

/**
 * A layout that draws something in the insets passed to {@link #fitSystemWindows(Rect)}, i.e. the
 * area above UI chrome (status and navigation bars, overlay action bars).
 */
public class InsetFrameLayout extends FrameLayout {

From source file com.google.samples.apps.sergio.ui.widget.DrawShadowFrameLayout.java

public class DrawShadowFrameLayout extends FrameLayout {
    private Drawable mShadowDrawable;
    private NinePatchDrawable mShadowNinePatchDrawable;
    private int mShadowTopOffset;
    private boolean mShadowVisible;
    private int mWidth, mHeight;