Searched refs:DrawerController (Results 1 - 10 of 10) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DDrawerController.java25 public interface DrawerController { interface
H A DControllableActivity.java95 DrawerController getDrawerController();
H A DActivityController.java264 DrawerController getDrawerController();
H A DFolderSelectionActivity.java402 public DrawerController getDrawerController() {
H A DFolderListFragment.java135 private DrawerController mDrawerController;
406 final DrawerController dc = mActivity.getDrawerController();
562 final DrawerController dc = mActivity.getDrawerController();
H A DMailActivity.java425 public DrawerController getDrawerController() {
H A DAbstractActivityController.java4190 public DrawerController getDrawerController() {
4195 implements DrawerLayout.DrawerListener, DrawerController {
/packages/apps/UnifiedEmail/src/com/android/mail/drawer/
H A DFooterItem.java27 import com.android.mail.ui.DrawerController;
68 final DrawerController dc = mActivity.getDrawerController();
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
H A DCarUiEntry.java65 private DrawerController mDrawerController;
105 mDrawerController = new DrawerController(this, mMenuButton,
H A DDrawerController.java48 public class DrawerController class in inherits:CarDrawerLayout.DrawerListener,DrawerApiAdapter.OnItemSelectedListener,CarDrawerLayout.DrawerControllerListener
51 private static final String TAG = "CAR.UI.DrawerController";
100 public DrawerController(CarUiEntry uiEntry, View menuButton, CarDrawerLayout drawerLayout, method in class:DrawerController

Completed in 534 milliseconds