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 co.fabway.materialnavigationdrawerstatusbaroverlap.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 {

From source file com.florianmski.spongeframework.ui.widgets.DrawInsetsFrameLayout.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 DrawInsetsFrameLayout extends FrameLayout {

From source file com.brianco.materialcards.widget.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 {
    private Drawable mInsetForeground;

From source file com.grarak.kerneladiutor.elements.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 {
    private Drawable mInsetForeground;

From source file com.ouyangzn.view.UpDownSwipeLayout.java

/**
 * ?
 */
public class UpDownSwipeLayout extends FrameLayout {

    private static final String TAG = UpDownSwipeLayout.class.getSimpleName();

From source file org.mariotaku.twidere.view.MessageCardItemFrameLayout.java

public class MessageCardItemFrameLayout extends FrameLayout {

    public MessageCardItemFrameLayout(final Context context) {
        this(context, null);
    }

From source file com.apptentive.android.sdk.module.messagecenter.view.MessageCenterComposingActionBarView.java

/**
 * @author Barry Li
 */
public class MessageCenterComposingActionBarView extends FrameLayout implements MessageCenterListItemView {

    public boolean showConfirmation = false;

From source file org.getlantern.firetweet.view.MessageCardItemFrameLayout.java

public class MessageCardItemFrameLayout extends FrameLayout {

    public MessageCardItemFrameLayout(final Context context) {
        this(context, null);
    }

From source file com.kunalkene1797.blackboxkit.elements.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 {
    private Drawable mInsetForeground;

From source file com.alexandrepiveteau.filemanager.widgets.ScrimInsetsLayout.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 ScrimInsetsLayout extends FrameLayout {
    private Drawable mInsetForeground;