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.ruesga.rview.widget.ExpandableViewLayout.java

public class ExpandableViewLayout extends FrameLayout {

    private int mMaxHeight;
    private boolean mExpanded;
    private View mExpandableControl;
    private int mChildViewHeight;

From source file com.agenthun.readingroutine.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 com.mikepenz.materialdrawer.view.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.saiff35.iowidgets.widget.framelayout.DrawShadowFrameLayout.java

public class DrawShadowFrameLayout extends FrameLayout {

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

From source file com.arksh.summer.widget.PullBackLayout.java

public class PullBackLayout extends FrameLayout {

    private final ViewDragHelper dragger; // http://blog.csdn.net/lmj623565791/article/details/46858663

    private final int minimumFlingVelocity;

From source file com.lillicoder.lib.uiwidgets.carousel.CarouselView.java

/**
 * {@link View} that displays a page-able set of items with item position indicators.
 */
public class CarouselView extends FrameLayout {

    private PagerAdapter _pagerAdapter;

From source file com.example.sergio.quemedejes.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 com.labs.plagueis.testproject.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 com.ncode.android.apps.schedo.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 cn.tan.lib.widget.DrawShadowFrameLayout.java

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