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 arun.com.chromer.shared.views.IntentPickerSheetView.java

@SuppressLint("ViewConstructor")
public class IntentPickerSheetView extends FrameLayout {

    private final Intent intent;
    private final GridView appGrid;
    @SuppressWarnings("FieldCanBeLocal")

From source file com.amitupadhyay.aboutexample.ui.widget.BottomSheet.java

/**
 * A {@link FrameLayout} whose content can be dragged downward to be dismissed (either directly or
 * via a nested scrolling child). It must contain a single child view and exposes {@link Callbacks}
 * to respond to it's movement & dismissal.
 *
 * Only implements the modal bottom sheet behavior from the material spec, not the persistent

From source file com.folioreader.view.ConfigView.java

public class ConfigView extends FrameLayout implements View.OnClickListener {

    private static final float SENSITIVITY = 1.0f;
    private static final float DEFAULT_DRAG_LIMIT = 0.5f;
    private static final int INVALID_POINTER = -1;
    private static final int FADE_DAY_NIGHT_MODE = 500;

From source file com.example.commen.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.kw_support.thirdlib.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.iangclifton.android.floatlabel.FloatLabel.java

/**
 * A ViewGroup that consists of an EditText and a TextView as the label.<br/>
 * <br/>
 * When the EditText is empty, its hint is displayed. When it is nonempty, the
 * TextView label is displayed.<br/>
 * <br/>

From source file com.gu.baselibrary.view.dragtoplayout.DragTopLayout.java

/**
 * Created by chenupt@gmail.com on 2015/1/18.
 * Description : Drag down to show a menu panel on the top.
 */
public class DragTopLayout extends FrameLayout {

From source file arun.com.chromer.shared.views.TabView.java

/**
 * Created by Arun on 16/06/2016.
 */
@SuppressWarnings("DeprecatedIsStillUsed")
@Deprecated
public class TabView extends FrameLayout {

From source file cn.robertzhang.libraries.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.libswipeview.swipe.SwipeMenuLayout.java

/**
 * Created by Yan Zhenjie on 2016/7/27.
 */
public class SwipeMenuLayout extends FrameLayout implements SwipeSwitch {

    public static final int DEFAULT_SCROLLER_DURATION = 200;