Home
last modified time | relevance | path

Searched refs:bottomBar (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java402 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful() local
403 Set<View.OnTouchListener> controllers = bottomBar.getStatusBarWindowTouchListeners(); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful()
407 controllers = bottomBar.getStatusBarWindowTouchListeners(); in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful()
419 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterBottomBarTouchListener_registerFirst_registrationSuccessful() local
420 Set<View.OnTouchListener> controllers = bottomBar.getStatusBarWindowTouchListeners(); in testRegisterBottomBarTouchListener_registerFirst_registrationSuccessful()
431 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterNotificationController_createViewFirst_registrationSuccessful() local
433 bottomBar.getNotificationsPanelController(); in testRegisterNotificationController_createViewFirst_registrationSuccessful()
437 controller = bottomBar.getNotificationsPanelController(); in testRegisterNotificationController_createViewFirst_registrationSuccessful()
449 CarSystemBarView bottomBar = mCarSystemBar.getBottomBar(/* isSetUp= */ true); in testRegisterNotificationController_registerFirst_registrationSuccessful() local
451 bottomBar.getNotificationsPanelController(); in testRegisterNotificationController_registerFirst_registrationSuccessful()
[all …]
DSystemBarConfigsTest.java303 CarSystemBarView bottomBar = new CarSystemBarView(mContext, /* attrs= */ null); in updateInsetPaddings_overlappingBars_addsPaddingsByOrders() local
316 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.BOTTOM, bottomBar); in updateInsetPaddings_overlappingBars_addsPaddingsByOrders()
322 assertEquals(horizontalBarHorizontalPadding, bottomBar.getPaddingLeft()); in updateInsetPaddings_overlappingBars_addsPaddingsByOrders()
323 assertEquals(horizontalBarHorizontalPadding, bottomBar.getPaddingRight()); in updateInsetPaddings_overlappingBars_addsPaddingsByOrders()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/
DUserPickerActivity.java213 View bottomBar = mRootView.findViewById(R.id.user_picker_bottom_bar); in initViews() local
214 if (bottomBar instanceof ViewGroup) { in initViews()
215 mCarSystemBarElementInitializer.initializeCarSystemBarElements((ViewGroup) bottomBar); in initViews()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/espresso/
DPreviewSingleSelectTest.java191 final View bottomBar = activity.findViewById(R.id.preview_bottom_bar); in assertBackgroundColorOnToolbarAndBottomBar() local
192 final Drawable bottomBarDrawable = bottomBar.getBackground(); in assertBackgroundColorOnToolbarAndBottomBar()
/packages/apps/AvatarPicker/src/main/java/com/android/avatarpicker/ui/
DAdaptivePane.kt50 bottomBar = { in <lambda>()
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DPreviewFragment.java191 final View bottomBar = fragmentView.findViewById(R.id.preview_bottom_bar); in setupScrimLayerAndBottomBar() local
192 bottomBar.setBackgroundColor(bottomBarColor); in setupScrimLayerAndBottomBar()