Home | History | Annotate | Download | only in documentsui

Lines Matching refs:drawer

37  * A facade over the various pieces comprising "roots fragment in a Drawer".
61 View drawer = activity.findViewById(R.id.drawer_roots);
64 drawer.getLayoutParams().width = calculateDrawerWidth(activity);
73 return new RuntimeDrawerController(layout, drawer, toggle, toolbar, activityConfig);
84 // Material design specification for navigation drawer:
85 // https://www.google.com/design/spec/patterns/navigation-drawer.html
91 Log.d(TAG, "Calculated drawer width:" + (finalWidth / Display.density(activity)));
97 * Runtime controller that manages a real drawer.
109 View drawer,
117 mDrawer = drawer;
144 // do nothing; let drawer only open for onViewHovered
210 * Dummy controller useful with clients that don't host a real drawer.