Searched refs:mWindowInsetsController (Results 1 – 6 of 6) sorted by relevance
262 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 …]
39 private WindowInsetsController mWindowInsetsController; field in SystemBarsFragment56 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 …]
58 private final WindowInsetsController mWindowInsetsController; field in OverlayViewGlobalStateController74 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()
93 private WindowInsetsController mWindowInsetsController; field in KeyguardSecurityContainerControllerTest127 when(mSecurityViewFlipper.getWindowInsetsController()).thenReturn(mWindowInsetsController); in setup()132 when(mKeyguardPasswordView.getWindowInsetsController()).thenReturn(mWindowInsetsController); in setup()173 verify(mWindowInsetsController).controlWindowInsetsAnimation( in startDisappearAnimation_animatesKeyboard()
70 private WindowInsetsController mWindowInsetsController; field in KeyguardSecurityViewFlipperControllerTest82 when(mView.getWindowInsetsController()).thenReturn(mWindowInsetsController); in setup()
61 private WindowInsetsController mWindowInsetsController; field in KeyguardSecurityContainerTest76 when(mSecurityViewFlipper.getWindowInsetsController()).thenReturn(mWindowInsetsController); in setup()