/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewRootImplTest.java | 87 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 D | SystemUIDialog.java | 224 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 D | AuthContainerViewTest.java | 236 assertTrue((layoutParams.getFitInsetsTypes() & WindowInsets.Type.ime()) == 0); in testLayoutParams_excludesImeInsets()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/ |
H A D | ProfileSwitcher.java | 307 window.getAttributes().getFitInsetsTypes() & ~statusBars()); in applyCarSysUIDialogFlags()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ImmersiveModeConfirmation.java | 221 lp.setFitInsetsTypes(lp.getFitInsetsTypes() & ~Type.statusBars()); in getClingWindowLayoutParams()
|
H A D | TaskSnapshotSurface.java | 212 layoutParams.setFitInsetsTypes(attrs.getFitInsetsTypes()); in create()
|
H A D | DisplayPolicy.java | 961 && attrs.getFitInsetsTypes() != 0) { in adjustWindowParamsLw() 964 + attrs.getFitInsetsTypes() in adjustWindowParamsLw()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/ |
H A D | UserGridRecyclerView.java | 403 window.getAttributes().getFitInsetsTypes() & ~statusBars()); in applyCarSysUIDialogFlags()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | TaskSnapshotWindow.java | 196 layoutParams.setFitInsetsTypes(attrs.getFitInsetsTypes()); in create()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthContainerView.java | 800 lp.setFitInsetsTypes(lp.getFitInsetsTypes() & ~WindowInsets.Type.ime()); in getLayoutParams()
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | IccLockSettings.java | 612 params.setFitInsetsTypes(params.getFitInsetsTypes() & ~Type.statusBars()); in createCustomTextToast()
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/ |
H A D | CarDisplayAreaController.java | 317 lp.setFitInsetsTypes(lp.getFitInsetsTypes() & ~WindowInsets.Type.statusBars()); in getTitleBarWindowLayoutParams()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | WindowManager.java | 3648 public @InsetsType int getFitInsetsTypes() { in getFitInsetsTypes() method in WindowManager.LayoutParams
|
H A D | ViewRootImpl.java | 998 final @InsetsType int typesToFit = attrs.getFitInsetsTypes(); 2344 int types = inOutParams.getFitInsetsTypes(); in adjustLayoutParamsForCompatibility()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 18916 HSPLandroid/view/WindowManager$LayoutParams;->getFitInsetsTypes()I
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 50531 method public int getFitInsetsTypes();
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 18964 HSPLandroid/view/WindowManager$LayoutParams;->getFitInsetsTypes()I
|