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.appeaser.sublimenavigationviewlibrary.ScrimInsetsFrameLayout.java

/**
 * Borrowed from Support Design library
 */
public class ScrimInsetsFrameLayout extends FrameLayout {
    private Drawable mInsetForeground;
    private Rect mInsets;

From source file com.cylee.dragcontentviewpager.GestureLayout.java

public class GestureLayout extends FrameLayout {
    private int mInitChildHeight = 100;
    /**
     * ?,?dip
     */
    private static final int MIN_FLING_VELOCITY = 400;

From source file com.androcast.illusion.illusionmod.elements.ScrimInsetsFrameLayout.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 ScrimInsetsFrameLayout extends FrameLayout {
    private Drawable mInsetForeground;

From source file com.johnnyyin.viewdraghelperdemo.DragFrameLayout.java

/**
 * A {@link FrameLayout} that allows the user to drag and reposition child views.
 */
public class DragFrameLayout extends FrameLayout {

    /**

From source file com.saarang.samples.apps.iosched.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;

From source file be.digitalia.fosdem.widgets.ScrimInsetsFrameLayout.java

public class ScrimInsetsFrameLayout extends FrameLayout {
    private Drawable mInsetForeground;
    private Rect mInsets;
    private Rect mTempRect = new Rect();

    public ScrimInsetsFrameLayout(Context context) {

From source file com.nadmm.airports.views.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 at.linuxtage.companion.widgets.ScrimInsetsFrameLayout.java

public class ScrimInsetsFrameLayout extends FrameLayout {
    Drawable mInsetForeground;
    Rect mInsets;
    private Rect mTempRect = new Rect();

    public ScrimInsetsFrameLayout(Context context) {

From source file com.dictionary.codebhak.ScrimInsetsFrameLayout.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).
 * <p>
 * This is a copy of a class from the Google I/O Android App (https://github.com/google/iosched) 
 * with a few trivial modifications. For an explanation of how this class is used, see

From source file com.itic.mobile.base.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;