Searched defs:bottomBar (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/ |
D | CarSystemBarControllerTest.java | 510 CarSystemBarViewController bottomBar = mCarSystemBarController.getBarViewController(BOTTOM, in testRegisterBottomBarTouchListener_createViewFirst_registrationSuccessful() local 535 CarSystemBarViewController bottomBar = mCarSystemBarController.getBarViewController(BOTTOM, in testRegisterBottomBarTouchListener_registerFirst_registrationSuccessful() local 551 CarSystemBarViewController bottomBar = mCarSystemBarController.getBarViewController(BOTTOM, in testShowAllNavigationButtons_bottomEnabled_bottomNavigationButtonsVisible() local 564 CarSystemBarViewController bottomBar = mCarSystemBarController.getBarViewController(BOTTOM, in testShowAllNavigationButtons_bottomEnabled_bottomKeyguardButtonsGone() local 577 CarSystemBarViewController bottomBar = mCarSystemBarController.getBarViewController(BOTTOM, in testShowAllNavigationButtons_bottomEnabled_bottomOcclusionButtonsGone() local 590 CarSystemBarViewController bottomBar = mCarSystemBarController.getBarViewController(BOTTOM, in testShowAllKeyguardButtons_bottomEnabled_bottomKeyguardButtonsVisible() local 603 CarSystemBarViewController bottomBar = mCarSystemBarController.getBarViewController(BOTTOM, in testShowAllKeyguardButtons_bottomEnabled_bottomNavigationButtonsGone() local 616 CarSystemBarViewController bottomBar = mCarSystemBarController.getBarViewController(BOTTOM, in testShowAllKeyguardButtons_bottomEnabled_bottomOcclusionButtonsGone() local 629 CarSystemBarViewController bottomBar = mCarSystemBarController.getBarViewController(BOTTOM, in testShowOcclusionButtons_bottomEnabled_bottomOcclusionButtonsVisible() local 642 CarSystemBarViewController bottomBar = mCarSystemBarController.getBarViewController(BOTTOM, in testShowOcclusionButtons_bottomEnabled_bottomNavigationButtonsGone() local [all …]
|
D | SystemBarConfigsTest.java | 306 CarSystemBarView bottomBar = new CarSystemBarView(mContext, /* attrs= */ null); in updateInsetPaddings_overlappingBars_addsPaddingsByOrders() local
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/espresso/ |
D | PreviewSingleSelectTest.java | 191 final View bottomBar = activity.findViewById(R.id.preview_bottom_bar); in assertBackgroundColorOnToolbarAndBottomBar() local
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/ |
D | UserPickerActivity.java | 213 View bottomBar = mRootView.findViewById(R.id.user_picker_bottom_bar); in initViews() local
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/ |
D | PreviewFragment.java | 191 final View bottomBar = fragmentView.findViewById(R.id.preview_bottom_bar); in setupScrimLayerAndBottomBar() local
|