HomeSort by relevance Sort by last modified time
    Searched defs:DrawerLayout (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java 47 * DrawerLayout acts as a top-level container for window content that allows for
55 * <p>To use a DrawerLayout, position your primary content view as the first child with
71 public class DrawerLayout extends ViewGroup {
72 private static final String TAG = "DrawerLayout";
216 public DrawerLayout(Context context) {
220 public DrawerLayout(Context context, AttributeSet attrs) {
224 public DrawerLayout(Context context, AttributeSet attrs, int defStyle) {
312 * any drawer within this layout. DrawerLayout will still respond to calls to
330 * the given drawer. DrawerLayout will still respond to calls to {@link #openDrawer(int)},
379 * the given drawer. DrawerLayout will still respond to calls to {@link #openDrawer(int)}
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 1072 milliseconds