Searched refs:QCFooterViewController (Results 1 – 7 of 7) sorted by relevance
36 public class QCFooterViewController extends CarSystemBarElementController<QCFooterView> { class46 protected QCFooterViewController(@Assisted QCFooterView view, in QCFooterViewController() method in QCFooterViewController57 CarSystemBarElementController.Factory<QCFooterView, QCFooterViewController> {}
95 @ClassKey(QCFooterViewController.class)97 QCFooterViewController.Factory factory); in bindQCFooterViewControllerFactory()
37 public class QCScreenOffButtonController extends QCFooterViewController {
116 return QCFooterViewController.class; in getElementControllerClass()
47 public class QCUserPickerButtonController extends QCFooterViewController {
56 public class QCLogoutButtonController extends QCFooterViewController {
71 private QCFooterViewController mController;87 mController = new QCFooterViewController(mView, mDisableController, mStateController, in setUp()