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.cqu.lightutils.widget.ScrimInsetsFrameLayout.java

/**
 * Copied by A Shuai from support design package on 2015/12/30.
 * <p>?Support designMaterial DesignDrawer???StatusBar?
 * ?NavigationView</p>
 */
public class ScrimInsetsFrameLayout extends FrameLayout {

From source file com.hippo.conductor.dialog.DialogContentView.java

class DialogContentView extends FrameLayout {

    private final TypedValue minWidthMajor = new TypedValue();
    private final TypedValue minWidthMinor = new TypedValue();

    public DialogContentView(@NonNull Context context) {

From source file com.roughike.swipeselector.SwipeSelector.java

public class SwipeSelector extends FrameLayout {
    private static final int DEFAULT_INDICATOR_SIZE = 6;
    private static final int DEFAULT_INDICATOR_MARGIN = 8;

    private SwipeAdapter mAdapter;

From source file syncthing.android.ui.session.ShowIdDialogView.java

/**
 * Created by drew on 3/11/15.
 */
public class ShowIdDialogView extends FrameLayout {

    @InjectView(R.id.id)

From source file com.bluelinelabs.conductor.demo.widget.ElasticDragDismissFrameLayout.java

/**
 * A {@link FrameLayout} which responds to nested scrolls to create drag-dismissable layouts.
 * Applies an elasticity factor to reduce movement as you approach the given dismiss distance.
 * Optionally also scales down content during drag.
 */
public class ElasticDragDismissFrameLayout extends FrameLayout implements NestedScrollingParent {

From source file com.github.pedrovgs.DraggablePanel.java

/**
 * Custom view created to handle DraggableView using fragments. With this custom view the client code can configure the
 * top and bottom fragment and other elements like: top fragment height, top fragment margin right, top fragment x
 * scale factor, top fragment y scale factor, top fragment margin bottom and enable or disable horizontal alpha effect.
 *
 * @author Pedro Vicente Gmez Snchez.

From source file com.mikepenz.materialize.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 implements IScrimInsetsLayout {
    private Drawable mInsetForeground;

From source file com.pedrovgs.draggablepanel.DraggablePanel.java

/**
 * Custom view created to handle DraggableView using fragments. With this custom view the client
 * code can configure the
 * top and bottom fragment and other elements like: top fragment height, top fragment margin right,
 * top fragment x
 * scale factor, top fragment y scale factor, top fragment margin bottom and enable or disable

From source file com.freshdigitable.udonroad.ffab.ActionIndicatorView.java

/**
 * ActionIndicatorView shows action icon of FlingableFAB.
 *
 * Created by akihit on 2016/07/04.
 */
public class ActionIndicatorView extends FrameLayout {

From source file android.support.design.internal.ScrimInsetsFrameLayout.java

/**
 * @hide
 */
@RestrictTo(LIBRARY_GROUP)
public class ScrimInsetsFrameLayout extends FrameLayout {