Home
last modified time | relevance | path

Searched refs:QCFooterButtonController (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DQCFooterButtonController.java35 public class QCFooterButtonController extends CarSystemBarElementController<QCFooterButton> { class
36 private static final String TAG = QCFooterButtonController.class.getSimpleName();
45 protected QCFooterButtonController(@Assisted QCFooterButton view, in QCFooterButtonController() method in QCFooterButtonController
56 CarSystemBarElementController.Factory<QCFooterButton, QCFooterButtonController> {}
DQuickControlsModule.java88 @ClassKey(QCFooterButtonController.class)
90 QCFooterButtonController.Factory factory); in bindQCFooterButtonControllerFactory()
DQCFooterViewController.java37 private static final String TAG = QCFooterButtonController.class.getSimpleName();
DQCFooterButton.java111 return QCFooterButtonController.class; in getElementControllerClass()