Home
last modified time | relevance | path

Searched refs:getFitInsetsTypes (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewRootImplTest.java87 assertEquals(0, attrs.getFitInsetsTypes() & Type.statusBars()); in adjustLayoutParamsForCompatibility_layoutFullscreen()
97 assertEquals(0, attrs.getFitInsetsTypes() & Type.statusBars()); in adjustLayoutParamsForCompatibility_layoutInScreen()
107 assertEquals(0, attrs.getFitInsetsTypes() & Type.systemBars()); in adjustLayoutParamsForCompatibility_layoutHideNavigation()
131 assertEquals(Type.systemBars(), attrs.getFitInsetsTypes()); in adjustLayoutParamsForCompatibility_fitSystemBars()
140 assertEquals(Type.systemBars() | Type.ime(), attrs.getFitInsetsTypes()); in adjustLayoutParamsForCompatibility_fitSystemBarsAndIme()
157 assertEquals(types, attrs.getFitInsetsTypes()); in adjustLayoutParamsForCompatibility_noAdjustLayout()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSystemUIDialog.java224 window.getAttributes().getFitInsetsTypes() & ~Type.statusBars()); in setWindowOnTop()
234 window.getAttributes().getFitInsetsTypes() & ~Type.statusBars()); in applyFlags()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthContainerViewTest.java236 assertTrue((layoutParams.getFitInsetsTypes() & WindowInsets.Type.ime()) == 0); in testLayoutParams_excludesImeInsets()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
H A DProfileSwitcher.java307 window.getAttributes().getFitInsetsTypes() & ~statusBars()); in applyCarSysUIDialogFlags()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DImmersiveModeConfirmation.java221 lp.setFitInsetsTypes(lp.getFitInsetsTypes() & ~Type.statusBars()); in getClingWindowLayoutParams()
H A DTaskSnapshotSurface.java212 layoutParams.setFitInsetsTypes(attrs.getFitInsetsTypes()); in create()
H A DDisplayPolicy.java961 && attrs.getFitInsetsTypes() != 0) { in adjustWindowParamsLw()
964 + attrs.getFitInsetsTypes() in adjustWindowParamsLw()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
H A DUserGridRecyclerView.java403 window.getAttributes().getFitInsetsTypes() & ~statusBars()); in applyCarSysUIDialogFlags()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java196 layoutParams.setFitInsetsTypes(attrs.getFitInsetsTypes()); in create()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthContainerView.java800 lp.setFitInsetsTypes(lp.getFitInsetsTypes() & ~WindowInsets.Type.ime()); in getLayoutParams()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DIccLockSettings.java612 params.setFitInsetsTypes(params.getFitInsetsTypes() & ~Type.statusBars()); in createCustomTextToast()
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarDisplayAreaController.java317 lp.setFitInsetsTypes(lp.getFitInsetsTypes() & ~WindowInsets.Type.statusBars()); in getTitleBarWindowLayoutParams()
/aosp12/frameworks/base/core/java/android/view/
H A DWindowManager.java3648 public @InsetsType int getFitInsetsTypes() { in getFitInsetsTypes() method in WindowManager.LayoutParams
H A DViewRootImpl.java998 final @InsetsType int typesToFit = attrs.getFitInsetsTypes();
2344 int types = inOutParams.getFitInsetsTypes(); in adjustLayoutParamsForCompatibility()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt18916 HSPLandroid/view/WindowManager$LayoutParams;->getFitInsetsTypes()I
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50531 method public int getFitInsetsTypes();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt18964 HSPLandroid/view/WindowManager$LayoutParams;->getFitInsetsTypes()I