Searched refs:CarSystemBarView (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | CarSystemBarController.java | 56 private CarSystemBarView mTopView; 57 private CarSystemBarView mBottomView; 58 private CarSystemBarView mLeftView; 59 private CarSystemBarView mRightView; 178 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar() 190 public CarSystemBarView getBottomBar(boolean isSetUp) { in getBottomBar() 202 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar() 214 public CarSystemBarView getRightBar(boolean isSetUp) { in getRightBar() 224 private void setupBar(CarSystemBarView view, View.OnTouchListener statusBarTouchListener, in setupBar() 292 mTopView.showButtonsOfType(CarSystemBarView.BUTTON_TYPE_NAVIGATION); in showAllNavigationButtons() [all …]
|
D | CarSystemBarViewFactory.java | 56 private final ArrayMap<Type, CarSystemBarView> mCachedViewMap = new ArrayMap<>( 106 public CarSystemBarView getTopBar(boolean isSetUp) { in getTopBar() 111 public CarSystemBarView getBottomBar(boolean isSetUp) { in getBottomBar() 116 public CarSystemBarView getLeftBar(boolean isSetUp) { in getLeftBar() 121 public CarSystemBarView getRightBar(boolean isSetUp) { in getRightBar() 136 private CarSystemBarView getBar(boolean isSetUp, Type provisioned, Type unprovisioned) { in getBar() 137 CarSystemBarView view; in getBar() 153 private CarSystemBarView getBarCached(Type type, @LayoutRes int barLayout) { in getBarCached() 158 CarSystemBarView view = (CarSystemBarView) View.inflate(mContext, barLayout, in getBarCached()
|
D | CarSystemBar.java | 101 private CarSystemBarView mTopSystemBarView; 102 private CarSystemBarView mBottomSystemBarView; 103 private CarSystemBarView mLeftSystemBarView; 104 private CarSystemBarView mRightSystemBarView;
|
D | CarSystemBarView.java | 40 public class CarSystemBarView extends LinearLayout { class 62 public CarSystemBarView(Context context, AttributeSet attrs) { in CarSystemBarView() method in CarSystemBarView
|
D | SystemBarConfigs.java | 134 protected void insetSystemBar(@SystemBarSide int side, CarSystemBarView view) { in insetSystemBar()
|
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/ |
D | CarSystemBarControllerTest.java | 367 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful() 382 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterBottomBarTouchListener_registerFirst_registrationSuccessful() 393 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterNotificationController_createViewFirst_registrationSuccessful() 411 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterNotificationController_registerFirst_registrationSuccessful() 422 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomNavigationButtonsVisible() 434 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomKeyguardButtonsGone() 446 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllNavigationButtons_bottomEnabled_bottomOcclusionButtonsGone() 458 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomKeyguardButtonsVisible() 470 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomNavigationButtonsGone() 482 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testShowAllKeyguardButtons_bottomEnabled_bottomOcclusionButtonsGone() [all …]
|
D | CarSystemBarViewTest.java | 48 private CarSystemBarView mNavBarView; 74 mNavBarView = (CarSystemBarView) LayoutInflater.from(getContext()).inflate( in dispatchTouch_shadeOpen_flagOff_doesNotConsumeTouch() 95 mNavBarView = (CarSystemBarView) LayoutInflater.from(getContext()).inflate( in dispatchTouch_shadeOpen_flagOn_consumesTouch()
|
D | SystemBarConfigsTest.java | 207 CarSystemBarView leftBar = new CarSystemBarView(mContext, /* attrs= */ null); in updateInsetPaddings_overlappingBarWithHigherZOrderDisappeared_removesInset() 223 CarSystemBarView leftBar = new CarSystemBarView(mContext, /* attrs= */ null); in updateInsetPaddings_overlappingBarWithHigherZOrderReappeared_addsInset()
|