Searched refs:QCFooterView (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/ |
D | QCFooterView.java | 42 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()
|
D | QCFooterViewController.java | 36 public class QCFooterViewController extends CarSystemBarElementController<QCFooterView> { 46 protected QCFooterViewController(@Assisted QCFooterView view, in QCFooterViewController() 57 CarSystemBarElementController.Factory<QCFooterView, QCFooterViewController> {}
|
D | QCScreenOffButtonController.java | 49 protected QCScreenOffButtonController(@Assisted QCFooterView view, in QCScreenOffButtonController() 61 CarSystemBarElementController.Factory<QCFooterView, QCScreenOffButtonController> {}
|
D | QCUserPickerButtonController.java | 63 protected QCUserPickerButtonController(@Assisted QCFooterView view, in QCUserPickerButtonController() 78 CarSystemBarElementController.Factory<QCFooterView, QCUserPickerButtonController> {}
|
D | QCLogoutButtonController.java | 84 protected QCLogoutButtonController(@Assisted QCFooterView view, in QCLogoutButtonController() 96 CarSystemBarElementController.Factory<QCFooterView, QCLogoutButtonController> {}
|
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/ |
D | QCScreenOffButtonControllerTest.java | 53 private QCFooterView mView; 74 mView = spy(new QCFooterView(mContext)); in setUp()
|
D | QCUserPickerButtonControllerTest.java | 85 private QCFooterView mView; 99 mView = spy(new QCFooterView(mContext)); in setUp()
|
D | QCFooterViewControllerTest.java | 70 private QCFooterView mView; 83 mView = spy(new QCFooterView(mContext)); in setUp()
|
D | QCLogoutButtonControllerTest.java | 96 private QCFooterView mView; 115 mView = spy(new QCFooterView(mContext)); in setUp()
|
/packages/apps/Car/SystemUI/ |
D | proguard.flags | 17 -keep class com.android.systemui.car.qc.QCFooterView { *; }
|