Home
last modified time | relevance | path

Searched refs:QCFooterViewController (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DQCFooterViewController.java36 public class QCFooterViewController extends CarSystemBarElementController<QCFooterView> { class
46 protected QCFooterViewController(@Assisted QCFooterView view, in QCFooterViewController() method in QCFooterViewController
57 CarSystemBarElementController.Factory<QCFooterView, QCFooterViewController> {}
DQuickControlsModule.java95 @ClassKey(QCFooterViewController.class)
97 QCFooterViewController.Factory factory); in bindQCFooterViewControllerFactory()
DQCScreenOffButtonController.java37 public class QCScreenOffButtonController extends QCFooterViewController {
DQCFooterView.java116 return QCFooterViewController.class; in getElementControllerClass()
DQCUserPickerButtonController.java47 public class QCUserPickerButtonController extends QCFooterViewController {
DQCLogoutButtonController.java56 public class QCLogoutButtonController extends QCFooterViewController {
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
DQCFooterViewControllerTest.java71 private QCFooterViewController mController;
87 mController = new QCFooterViewController(mView, mDisableController, mStateController, in setUp()