Home
last modified time | relevance | path

Searched refs:QCFooterView (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DQCFooterView.java42 public class QCFooterView extends ConstraintLayout implements CarSystemBarElement { class
43 private static final String TAG = QCFooterView.class.getSimpleName();
52 public QCFooterView(Context context) { in QCFooterView() method in QCFooterView
56 public QCFooterView(Context context, AttributeSet attrs) { in QCFooterView() method in QCFooterView
60 public QCFooterView(Context context, AttributeSet attrs, int defStyleAttr) { in QCFooterView() method in QCFooterView
64 public QCFooterView(Context context, AttributeSet attrs, int defStyleAttr, in QCFooterView() method in QCFooterView
86 R.styleable.QCFooterView); in QCFooterView()
DQCFooterViewController.java36 public class QCFooterViewController extends CarSystemBarElementController<QCFooterView> {
46 protected QCFooterViewController(@Assisted QCFooterView view, in QCFooterViewController()
57 CarSystemBarElementController.Factory<QCFooterView, QCFooterViewController> {}
DQCScreenOffButtonController.java49 protected QCScreenOffButtonController(@Assisted QCFooterView view, in QCScreenOffButtonController()
61 CarSystemBarElementController.Factory<QCFooterView, QCScreenOffButtonController> {}
DQCUserPickerButtonController.java63 protected QCUserPickerButtonController(@Assisted QCFooterView view, in QCUserPickerButtonController()
78 CarSystemBarElementController.Factory<QCFooterView, QCUserPickerButtonController> {}
DQCLogoutButtonController.java84 protected QCLogoutButtonController(@Assisted QCFooterView view, in QCLogoutButtonController()
96 CarSystemBarElementController.Factory<QCFooterView, QCLogoutButtonController> {}
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
DQCScreenOffButtonControllerTest.java53 private QCFooterView mView;
74 mView = spy(new QCFooterView(mContext)); in setUp()
DQCUserPickerButtonControllerTest.java85 private QCFooterView mView;
99 mView = spy(new QCFooterView(mContext)); in setUp()
DQCFooterViewControllerTest.java70 private QCFooterView mView;
83 mView = spy(new QCFooterView(mContext)); in setUp()
DQCLogoutButtonControllerTest.java96 private QCFooterView mView;
115 mView = spy(new QCFooterView(mContext)); in setUp()
/packages/apps/Car/SystemUI/
Dproguard.flags17 -keep class com.android.systemui.car.qc.QCFooterView { *; }