Searched refs:DrawerController (Results 1 – 6 of 6) sorted by relevance
40 public abstract class DrawerController implements DrawerListener { class53 public static DrawerController create(BaseActivity activity, ActivityConfig activityConfig) { in create()79 static DrawerController createStub() { in createStub()99 private static final class RuntimeDrawerController extends DrawerController240 private static final class StubDrawerController extends DrawerController {
43 private final DrawerController mDrawer;51 DrawerController drawer, in SharedInputHandler()
56 private final DrawerController mDrawer;76 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 {