Searched refs:DrawerController (Results 1 – 6 of 6) sorted by relevance
38 public abstract class DrawerController implements DrawerListener { class50 public static DrawerController create(Activity activity, ActivityConfig activityConfig) { in create()75 static DrawerController createDummy() { in createDummy()95 private static final class RuntimeDrawerController extends DrawerController213 private static final class DummyDrawerController extends DrawerController {
42 private final DrawerController mDrawer;50 DrawerController drawer) { in SharedInputHandler()
49 private final DrawerController mDrawer;62 DrawerController drawer, in NavigationViewManager()
71 private final DrawerController mDrawer;80 DrawerController drawer, in FocusManager()
101 protected DrawerController mDrawer;154 mDrawer = DrawerController.create(this, mInjector.config); in onCreate()
23 import com.android.documentsui.DrawerController;31 public abstract class TestDrawerController extends DrawerController {