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.hjs.swipebacklayoutlibrary.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.github.kubatatami.SteppersView.java

public class SteppersView extends FrameLayout {

    private InternalSteppersAdapter internalSteppersAdapter;

    private FragmentManager fragmentManager;

From source file ca.hoogit.garagepi.Controls.DoorView.java

/**
 * Custom view to handle the door toggle and state
 */
public class DoorView extends FrameLayout {

    private Context mContext;

From source file com.github.lquiroli.menupager.widget.MenuPager.java

/**
 * Layout manager that allows to organize and interact with a hierarchical collection of data. The collection will be displayed in pages, each page consisted
 * by a {@link android.support.v4.app.Fragment}.
 * The data and structure of every new page will depend on the choices the user made in the previous ones.
 * <p/>
 * <p>Created by lorenzo.quiroli</p>

From source file com.gzsll.hupu.widget.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.library.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.hippo.nimingban.widget.PostLayout.java

public final class PostLayout extends FrameLayout {

    @IntDef({ STATE_NONE, STATE_SHOW, STATE_HIDE })
    @Retention(RetentionPolicy.SOURCE)
    private @interface State {
    }

From source file app.newbee.lib.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.ameron32.apps.tapnotes._trial.ui.CollapsingTitleLayout.java

/**
 * Wrapper Layout for appcompat Toolbar
 * Allows scroll-based scaling
 *   https://gist.github.com/chrisbanes/91ac8a20acfbdc410a68
 *
 * usage in a fragment

From source file com.papa.library.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