Searched refs:DrawerController (Results 1 – 14 of 14) 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 {
27 import com.android.mail.ui.DrawerController;68 final DrawerController dc = mActivity.getDrawerController(); in onClick()
25 public interface DrawerController { interface
95 DrawerController getDrawerController(); in getDrawerController()
264 DrawerController getDrawerController(); in getDrawerController()
135 private DrawerController mDrawerController;406 final DrawerController dc = mActivity.getDrawerController(); in onActivityCreated()562 final DrawerController dc = mActivity.getDrawerController(); in onDestroyView()
402 public DrawerController getDrawerController() { in getDrawerController()
425 public DrawerController getDrawerController() { in getDrawerController()
4190 public DrawerController getDrawerController() {4195 implements DrawerLayout.DrawerListener, DrawerController {