Home
last modified time | relevance | path

Searched refs:setFitInsetsTypes (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewGlobalStateController.java298 setFitInsetsTypes(statusBars()); in refreshInsetsToFit()
303 setFitInsetsTypes(WindowInsets.Type.systemBars()); in refreshInsetsToFit()
306 setFitInsetsTypes(mHighestZOrder.getInsetTypesToFit()); in refreshInsetsToFit()
332 private void setFitInsetsTypes(@InsetsType int types) { in setFitInsetsTypes() method in OverlayViewGlobalStateController
333 mSystemUIOverlayWindowController.setFitInsetsTypes(types); in setFitInsetsTypes()
DSystemUIOverlayWindowController.java144 public void setFitInsetsTypes(@WindowInsets.Type.InsetsType int types) { in setFitInsetsTypes() method in SystemUIOverlayWindowController
145 mLpChanged.setFitInsetsTypes(types); in setFitInsetsTypes()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
DOverlayViewGlobalStateControllerTest.java202 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in showView_nothingAlreadyShown_fitsNavBarInsets_insetsAdjusted()
324 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in showView_newHighestZOrder_fitsNavBarInsets_insetsAdjusted()
463 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in showView_oldHighestZOrder_fitsNavBarInsets_insetsAdjusted()
747 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in hideView_newHighestZOrder_fitsNavBarInsets_insetsAdjusted()
842 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in hideView_oldHighestZOrder_fitsNavBarInsets_insetsAdjusted()
886 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(statusBars()); in hideView_viewControllerOnlyShown_insetsAdjustedToDefault()
1000 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(insetTypeToFit); in showView_setInsetsToFitByType_setsFitInsetsType()
1022 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(WindowInsets.Type.systemBars()); in refreshInsetsToFit_setInsetsToFitBySideUsed_firstFitsAllSystemBars()
1048 verify(mSystemUIOverlayWindowController, never()).setFitInsetsTypes(insetTypesToFit); in refreshInsetsToFit_bothInsetTypeAndSideDefined_insetTypeIgnored()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayController.java191 layoutParams.setFitInsetsTypes(0); // Handled by container view. in createLayoutParams()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/window/
DActivityWindowControllerImpl.java123 mWmLayoutParams.setFitInsetsTypes(0); in inflate()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DQCLogoutButtonController.java144 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
DProfileSwitcher.java486 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systemdialogs/
DSystemDialogsViewController.java229 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DUserGridRecyclerView.java418 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java608 lp.setFitInsetsTypes(0); in getLayoutParams()
/packages/apps/Settings/src/com/android/settings/
DIccLockSettings.java618 params.setFitInsetsTypes(params.getFitInsetsTypes() & ~Type.statusBars()); in createCustomTextToast()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDialogManager.java600 lp.setFitInsetsTypes(WindowInsets.Type.statusBars() in launchDialog()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java520 windowLayoutParams.setFitInsetsTypes(0); in createDefaultWindowLayoutParams()