Home
last modified time | relevance | path

Searched refs:getInsetTypesToFit (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
DOverlayViewGlobalStateControllerTest.java202 when(mOverlayViewController1.getInsetTypesToFit()).thenReturn(navigationBars()); in showView_nothingAlreadyShown_fitsNavBarInsets_insetsAdjusted()
320 when(mOverlayViewController1.getInsetTypesToFit()).thenReturn(statusBars()); in showView_newHighestZOrder_fitsNavBarInsets_insetsAdjusted()
323 when(mOverlayViewController2.getInsetTypesToFit()).thenReturn(navigationBars()); in showView_newHighestZOrder_fitsNavBarInsets_insetsAdjusted()
443 when(mOverlayViewController1.getInsetTypesToFit()).thenReturn(statusBars()); in showView_oldHighestZOrder_fitsNavBarInsets_insetsAdjusted()
444 when(mOverlayViewController2.getInsetTypesToFit()).thenReturn(navigationBars()); in showView_oldHighestZOrder_fitsNavBarInsets_insetsAdjusted()
706 when(mOverlayViewController1.getInsetTypesToFit()).thenReturn(navigationBars()); in hideView_newHighestZOrder_fitsNavBarInsets_insetsAdjusted()
707 when(mOverlayViewController2.getInsetTypesToFit()).thenReturn(statusBars()); in hideView_newHighestZOrder_fitsNavBarInsets_insetsAdjusted()
797 when(mOverlayViewController1.getInsetTypesToFit()).thenReturn(statusBars()); in hideView_oldHighestZOrder_fitsNavBarInsets_insetsAdjusted()
798 when(mOverlayViewController2.getInsetTypesToFit()).thenReturn(navigationBars()); in hideView_oldHighestZOrder_fitsNavBarInsets_insetsAdjusted()
956 when(mOverlayViewController1.getInsetTypesToFit()).thenReturn(insetTypeToFit); in showView_setInsetsToFitByType_setsFitInsetsType()
[all …]
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewController.java256 protected int getInsetTypesToFit() { in getInsetTypesToFit() method in OverlayViewController
DOverlayViewGlobalStateController.java280 setFitInsetsTypes(mHighestZOrder.getInsetTypesToFit()); in refreshInsetsToFit()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DUserSwitchTransitionViewController.java97 protected int getInsetTypesToFit() { in getInsetTypesToFit() method in UserSwitchTransitionViewController