Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
H A DOverlayViewGlobalStateControllerTest.java262 reset(mWindowInsetsController); in showView_newHighestZOrder_shouldShowNavBarFalse_navigationBarsHidden()
291 reset(mWindowInsetsController); in showView_newHighestZOrder_shouldShowStatusBarFalse_statusBarsHidden()
319 reset(mWindowInsetsController); in showView_newHighestZOrder_fitsNavBarInsets_insetsAdjusted()
382 reset(mWindowInsetsController); in showView_oldHighestZOrder_shouldShowNavBarFalse_navigationBarsHidden()
397 reset(mWindowInsetsController); in showView_oldHighestZOrder_shouldShowNavBarTrue_navigationBarsShown()
412 reset(mWindowInsetsController); in showView_oldHighestZOrder_shouldShowStatusBarFalse_statusBarsHidden()
427 reset(mWindowInsetsController); in showView_oldHighestZOrder_shouldShowStatusBarTrue_statusBarsShown()
644 reset(mWindowInsetsController); in hideView_newHighestZOrder_shouldShowNavBarFalse_navigationBarHidden()
660 reset(mWindowInsetsController); in hideView_newHighestZOrder_shouldShowNavBarTrue_navigationBarShown()
676 reset(mWindowInsetsController); in hideView_newHighestZOrder_shouldShowStatusBarFalse_statusBarHidden()
[all …]
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/systembars/
H A DSystemBarsFragment.java39 private WindowInsetsController mWindowInsetsController; field in SystemBarsFragment
56 mWindowInsetsController = view.getWindowInsetsController(); in onViewCreated()
66 v -> mWindowInsetsController.show(WindowInsets.Type.statusBars())); in initStatusBarInsetsButtons()
68 v -> mWindowInsetsController.hide(WindowInsets.Type.statusBars())); in initStatusBarInsetsButtons()
73 v -> mWindowInsetsController.show(WindowInsets.Type.navigationBars())); in initNavigationBarInsetsButtons()
75 v -> mWindowInsetsController.hide(WindowInsets.Type.navigationBars())); in initNavigationBarInsetsButtons()
80 v -> mWindowInsetsController.show(WindowInsets.Type.systemBars())); in initSystemBarInsetsButtons()
82 v -> mWindowInsetsController.hide(WindowInsets.Type.systemBars())); in initSystemBarInsetsButtons()
87 v -> mWindowInsetsController.setSystemBarsBehavior( in initSystemBarBehaviorButtons()
90 v -> mWindowInsetsController.setSystemBarsBehavior( in initSystemBarBehaviorButtons()
[all …]
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
H A DOverlayViewGlobalStateController.java58 private final WindowInsetsController mWindowInsetsController; field in OverlayViewGlobalStateController
74 mWindowInsetsController = in OverlayViewGlobalStateController()
228 mWindowInsetsController.show(navigationBars()); in refreshSystemBarVisibility()
234 mWindowInsetsController.hide(navigationBars()); in refreshSystemBarVisibility()
236 mWindowInsetsController.show(navigationBars()); in refreshSystemBarVisibility()
242 mWindowInsetsController.show(statusBars()); in refreshStatusBarVisibility()
248 mWindowInsetsController.hide(statusBars()); in refreshStatusBarVisibility()
250 mWindowInsetsController.show(statusBars()); in refreshStatusBarVisibility()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerControllerTest.java93 private WindowInsetsController mWindowInsetsController; field in KeyguardSecurityContainerControllerTest
127 when(mSecurityViewFlipper.getWindowInsetsController()).thenReturn(mWindowInsetsController); in setup()
132 when(mKeyguardPasswordView.getWindowInsetsController()).thenReturn(mWindowInsetsController); in setup()
173 verify(mWindowInsetsController).controlWindowInsetsAnimation( in startDisappearAnimation_animatesKeyboard()
H A DKeyguardSecurityViewFlipperControllerTest.java70 private WindowInsetsController mWindowInsetsController; field in KeyguardSecurityViewFlipperControllerTest
82 when(mView.getWindowInsetsController()).thenReturn(mWindowInsetsController); in setup()
H A DKeyguardSecurityContainerTest.java61 private WindowInsetsController mWindowInsetsController; field in KeyguardSecurityContainerTest
76 when(mSecurityViewFlipper.getWindowInsetsController()).thenReturn(mWindowInsetsController); in setup()