Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DViewRootImplTest.java76 assertEquals(0, attrs.getFitInsetsTypes() & Type.statusBars()); in adjustLayoutParamsForCompatibility_layoutFullscreen()
86 assertEquals(0, attrs.getFitInsetsTypes() & Type.statusBars()); in adjustLayoutParamsForCompatibility_layoutInScreen()
96 assertEquals(0, attrs.getFitInsetsTypes() & Type.systemBars()); in adjustLayoutParamsForCompatibility_layoutHideNavigation()
121 assertEquals(Type.systemBars() | Type.ime(), attrs.getFitInsetsTypes()); in adjustLayoutParamsForCompatibility_fitSystemBars()
138 assertEquals(types, attrs.getFitInsetsTypes()); in adjustLayoutParamsForCompatibility_noAdjustLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java110 window.getAttributes().getFitInsetsTypes() & ~Type.statusBars()); in setWindowOnTop()
120 window.getAttributes().getFitInsetsTypes() & ~Type.statusBars()); in applyFlags()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthContainerViewTest.java219 assertTrue((layoutParams.getFitInsetsTypes() & WindowInsets.Type.ime()) == 0); in testLayoutParams_excludesImeInsets()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java410 mWindow.mAttrs.getFitInsetsTypes() & ~Type.statusBars()); in layoutWindowLw_withDisplayCutout_layoutFullscreen()
521 mWindow.mAttrs.getFitInsetsTypes() & ~Type.statusBars()); in layoutWindowLw_withDisplayCutout_fullscreen_landscape()
562 mWindow.mAttrs.getFitInsetsTypes() & ~Type.statusBars()); in layoutWindowLw_withDisplayCutout_fullscreenInCutout_landscape()
/frameworks/base/services/core/java/com/android/server/wm/
DImmersiveModeConfirmation.java193 lp.setFitInsetsTypes(lp.getFitInsetsTypes() & ~Type.statusBars()); in getClingWindowLayoutParams()
DTaskSnapshotSurface.java231 layoutParams.setFitInsetsTypes(attrs.getFitInsetsTypes()); in create()
DDisplayPolicy.java911 && attrs.getFitInsetsTypes() != 0) { in adjustWindowParamsLw()
914 + attrs.getFitInsetsTypes() in adjustWindowParamsLw()
1338 || (attrs.getFitInsetsTypes() & Type.navigationBars()) == 0) {
2065 final @InsetsType int typesToFit = attrs.getFitInsetsTypes();
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/userswitcher/
DUserGridRecyclerView.java375 window.getAttributes().getFitInsetsTypes() & ~statusBars()); in applyCarSysUIDialogFlags()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java636 lp.setFitInsetsTypes(lp.getFitInsetsTypes() & ~WindowInsets.Type.ime()); in getLayoutParams()
/frameworks/base/core/java/android/view/
DWindowManager.java2946 public @InsetsType int getFitInsetsTypes() { in getFitInsetsTypes() method in WindowManager.LayoutParams
DViewRootImpl.java2111 int types = inOutParams.getFitInsetsTypes(); in adjustLayoutParamsForCompatibility()
/frameworks/base/config/
Dboot-image-profile.txt24001 HSPLandroid/view/WindowManager$LayoutParams;->getFitInsetsTypes()I
/frameworks/base/api/
Dcurrent.txt55611 method public int getFitInsetsTypes();