Example usage for android.support.v4.widget DrawerLayoutImpl interface-usage

List of usage examples for android.support.v4.widget DrawerLayoutImpl interface-usage

Introduction

In this page you can find the example usage for android.support.v4.widget DrawerLayoutImpl interface-usage.

Usage

From source file com.taxsee.ui.debug.DebugDrawerLayout.java

/** This is a fork of DrawerLayout which propagates insets without applying them. */
public class DebugDrawerLayout extends ViewGroup implements DrawerLayoutImpl {
    private static final String TAG = "DrawerLayout";

    @IntDef({ STATE_IDLE, STATE_DRAGGING, STATE_SETTLING })
    @Retention(RetentionPolicy.SOURCE)

From source file com.monkeysarmy.fit.ui.debug.DebugDrawerLayout.java

/** This is a fork of DrawerLayout which propagates insets without applying them. */
public class DebugDrawerLayout extends ViewGroup implements DrawerLayoutImpl {
    private static final String TAG = "DrawerLayout";

    @IntDef({ STATE_IDLE, STATE_DRAGGING, STATE_SETTLING })
    @Retention(RetentionPolicy.SOURCE)

From source file com.holmes.ponderosa.ui.debug.DebugDrawerLayout.java

/** This is a fork of DrawerLayout which propagates insets without applying them. */
public class DebugDrawerLayout extends ViewGroup implements DrawerLayoutImpl {
    private static final String TAG = "DrawerLayout";

    @IntDef({ STATE_IDLE, STATE_DRAGGING, STATE_SETTLING })
    @Retention(RetentionPolicy.SOURCE)

From source file com.jakewharton.u2020.ui.debug.DebugDrawerLayout.java

/** This is a fork of DrawerLayout which propagates insets without applying them. */
public class DebugDrawerLayout extends ViewGroup implements DrawerLayoutImpl {
    private static final String TAG = "DrawerLayout";

    @IntDef({ STATE_IDLE, STATE_DRAGGING, STATE_SETTLING })
    @Retention(RetentionPolicy.SOURCE)

From source file ca.co.rufus.androidboilerplate.ui.DebugDrawerLayout.java

/** This is a fork of DrawerLayout which propagates insets without applying them. */
public class DebugDrawerLayout extends ViewGroup implements DrawerLayoutImpl {
    private static final String TAG = "DrawerLayout";

    @IntDef({ STATE_IDLE, STATE_DRAGGING, STATE_SETTLING })
    @Retention(RetentionPolicy.SOURCE)

From source file com.xiaosu.lib.base.widget.drawerLayout.DrawerLayout.java

/**
 * DrawerLayout acts as a top-level container for window content that allows for
 * interactive "drawer" views to be pulled out from one or both vertical edges of the window.
 * <p>
 * <p>Drawer positioning and layout is controlled using the <code>android:layout_gravity</code>
 * attribute on child views corresponding to which side of the view you want the drawer

From source file maximsblog.blogspot.com.formuladict.DrawerLayout.java

/**
 * DrawerLayout acts as a top-level container for window content that allows for
 * interactive "drawer" views to be pulled out from one or both vertical edges of the window.
 *
 * <p>Drawer positioning and layout is controlled using the <code>android:layout_gravity</code>
 * attribute on child views corresponding to which side of the view you want the drawer

From source file com.jecelyin.editor.v2.widget.AnyDrawerLayout.java

/**
 * DrawerLayout acts as a top-level container for window content that allows for
 * interactive "drawer" views to be pulled out from one or both vertical edges of the window.
 *
 * <p>Drawer positioning and layout is controlled using the <code>android:layout_gravity</code>
 * attribute on child views corresponding to which side of the view you want the drawer

From source file com.sanron.sunweather.view.v4.DrawerLayout.java

/**
 * ?????
 *
 */
public class DrawerLayout extends ViewGroup implements DrawerLayoutImpl {
    private static final String TAG = "DrawerLayout";

From source file com.zyk.drawerlayout.widget.DrawerLayout.java

/**
 * DrawerLayout acts as a top-level container for window content that allows for
 * interactive "drawer" views to be pulled out from one or both vertical edges of the window.
 *
 * <p>Drawer positioning and layout is controlled using the <code>android:layout_gravity</code>
 * attribute on child views corresponding to which side of the view you want the drawer