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.glm.view.SlidingLayer.java

public class SlidingLayer extends FrameLayout {

    /**
     * Default value for the position of the layer. STICK_TO_AUTO shall inspect the container and choose a stick
     * mode depending on the position of the layout (ie.: layout is positioned on the right = STICK_TO_RIGHT).
     */

From source file com.ozbo.interpretation.slidinglayout.SlidingLayer.java

public class SlidingLayer extends FrameLayout {

    /**
     * Default value for the position of the layer. STICK_TO_AUTO shall inspect the container and choose a stick
     * mode depending on the position of the layout (ie.: layout is positioned on the right = STICK_TO_RIGHT).
     */

From source file arun.com.chromer.webheads.ui.views.BaseWebHead.java

/**
 * ViewGroup that holds the web head UI elements. Allows configuring various parameters in relation
 * to UI like favicon, text indicator and is responsible for inflating all the content.
 */
public abstract class BaseWebHead extends FrameLayout {
    // Helper instance to know screen boundaries that web head is allowed to travel

From source file com.muzakki.ahmad.widget.CollapsingToolbarLayout.java

/**
 * CollapsingToolbarLayout is a wrapper for {@link Toolbar} which implements a collapsing app bar.
 * It is designed to be used as a direct child of a {@link AppBarLayout}.
 * CollapsingToolbarLayout contains the following features:
 *
 * <h4>Collapsing title</h4>

From source file bk.vinhdo.taxiads.utils.view.SlidingLayer.java

public class SlidingLayer extends FrameLayout {
    public static final String TAG = SlidingLayer.class.getName();
    // TODO Document

    /**
     * Default value for the position of the layer. STICK_TO_AUTO shall inspect

From source file com.b44t.ui.Components.PasscodeView.java

public class PasscodeView extends FrameLayout {

    public interface PasscodeViewDelegate {
        void didAcceptedPassword();
    }

From source file com.futureinst.player.util.SlidingLayer.java

/**
 * @author lenovo
 *
 */
public class SlidingLayer extends FrameLayout {

From source file com.marshalchen.ultimaterecyclerview.UltimateRecyclerView.java

/**
 * UltimateRecyclerView is a recyclerview which contains many features like  swipe to dismiss,animations,drag drop etc.
 */
public class UltimateRecyclerView extends FrameLayout implements Scrollable {
    public RecyclerView mRecyclerView;

From source file com.ruesga.rview.widget.DiffView.java

public class DiffView extends FrameLayout {

    public static final int SIDE_BY_SIDE_MODE = 0;
    public static final int UNIFIED_MODE = 1;
    public static final int IMAGE_MODE = 2;

From source file com.example.lansosdk.util.SlidingLayer.java

/**
 * @author lenovo
 *
 */
public class SlidingLayer extends FrameLayout {