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.google.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 com.kaku.colorfulnews.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.example.admin.news.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.mrym.newsbulletion.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.jaydenxiao.headnews.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.mobimvp.cliques.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 com.gyz.androiddevelope.view.cardslidepanel.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.jaydenxiao.androidfire.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.johan.vertretungsplan.ui.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.sachinshinde.theweatherapp.ui.main.views.DrawShadowFrameLayout.java

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