/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/ |
D | OverlayViewGlobalStateController.java | 255 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()
|
D | SystemUIOverlayWindowController.java | 144 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/ |
D | OverlayViewGlobalStateControllerTest.java | 203 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/ |
D | ActivityWindowControllerImpl.java | 123 mWmLayoutParams.setFitInsetsTypes(0); in inflate()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/ |
D | QCLogoutButtonController.java | 144 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
|
D | ProfileSwitcher.java | 488 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/ |
D | TaskbarOverlayController.java | 208 layoutParams.setFitInsetsTypes(0); // Handled by container view. in createLayoutParams()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systemdialogs/ |
D | SystemDialogsViewController.java | 229 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/ |
D | UserGridRecyclerView.java | 425 window.getAttributes().setFitInsetsTypes( in applyCarSysUIDialogFlags()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | SystemBarConfigsImpl.java | 722 lp.setFitInsetsTypes(0); in getLayoutParams()
|
/packages/apps/Settings/src/com/android/settings/ |
D | IccLockSettings.java | 618 params.setFitInsetsTypes(params.getFitInsetsTypes() & ~Type.statusBars()); in createCustomTextToast()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiDialogManager.java | 571 lp.setFitInsetsTypes(WindowInsets.Type.statusBars() in launchDialog()
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/ |
D | CarDisplayAreaController.java | 819 lp.setFitInsetsTypes(lp.getFitInsetsTypes() & ~WindowInsets.Type.statusBars()); in getTitleBarWindowLayoutParams()
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintSettings.java | 1737 params.setFitInsetsTypes(0); in onStart()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarActivityContext.java | 714 windowLayoutParams.setFitInsetsTypes(0); in createDefaultWindowLayoutParams()
|