Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewGlobalStateController.java255 setFitInsetsTypes(statusBars()); in refreshInsetsToFit()
262 setFitInsetsTypes(WindowInsets.Type.systemBars()); in refreshInsetsToFit()
265 setFitInsetsTypes(highestZOrder.getInsetTypesToFit()); in refreshInsetsToFit()
294 private void setFitInsetsTypes(@InsetsType int types) { in setFitInsetsTypes() method in OverlayViewGlobalStateController
295 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.java203 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in showView_nothingAlreadyShown_fitsNavBarInsets_insetsAdjusted()
325 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in showView_newHighestZOrder_fitsNavBarInsets_insetsAdjusted()
463 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in showView_oldHighestZOrder_fitsNavBarInsets_insetsAdjusted()
734 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in hideView_newHighestZOrder_fitsNavBarInsets_insetsAdjusted()
829 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(navigationBars()); in hideView_oldHighestZOrder_fitsNavBarInsets_insetsAdjusted()
873 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(statusBars()); in hideView_viewControllerOnlyShown_insetsAdjustedToDefault()
987 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(insetTypeToFit); in showView_setInsetsToFitByType_setsFitInsetsType()
1009 verify(mSystemUIOverlayWindowController).setFitInsetsTypes(WindowInsets.Type.systemBars()); in refreshInsetsToFit_setInsetsToFitBySideUsed_firstFitsAllSystemBars()
1035 verify(mSystemUIOverlayWindowController, never()).setFitInsetsTypes(insetTypesToFit); in refreshInsetsToFit_bothInsetTypeAndSideDefined_insetTypeIgnored()
/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.java488 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayController.java208 layoutParams.setFitInsetsTypes(0); // Handled by container view. in createLayoutParams()
/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.java425 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigsImpl.java722 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.java571 lp.setFitInsetsTypes(WindowInsets.Type.statusBars() in launchDialog()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DCarDisplayAreaController.java819 lp.setFitInsetsTypes(lp.getFitInsetsTypes() & ~WindowInsets.Type.statusBars()); in getTitleBarWindowLayoutParams()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintSettings.java1737 params.setFitInsetsTypes(0); in onStart()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarActivityContext.java714 windowLayoutParams.setFitInsetsTypes(0); in createDefaultWindowLayoutParams()