Searched refs:getFitInsetsTypes (Results 1 – 13 of 13) sorted by relevance
76 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()
110 window.getAttributes().getFitInsetsTypes() & ~Type.statusBars()); in setWindowOnTop()120 window.getAttributes().getFitInsetsTypes() & ~Type.statusBars()); in applyFlags()
219 assertTrue((layoutParams.getFitInsetsTypes() & WindowInsets.Type.ime()) == 0); in testLayoutParams_excludesImeInsets()
410 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()
193 lp.setFitInsetsTypes(lp.getFitInsetsTypes() & ~Type.statusBars()); in getClingWindowLayoutParams()
231 layoutParams.setFitInsetsTypes(attrs.getFitInsetsTypes()); in create()
911 && attrs.getFitInsetsTypes() != 0) { in adjustWindowParamsLw()914 + attrs.getFitInsetsTypes() in adjustWindowParamsLw()1338 || (attrs.getFitInsetsTypes() & Type.navigationBars()) == 0) {2065 final @InsetsType int typesToFit = attrs.getFitInsetsTypes();
375 window.getAttributes().getFitInsetsTypes() & ~statusBars()); in applyCarSysUIDialogFlags()
636 lp.setFitInsetsTypes(lp.getFitInsetsTypes() & ~WindowInsets.Type.ime()); in getLayoutParams()
2946 public @InsetsType int getFitInsetsTypes() { in getFitInsetsTypes() method in WindowManager.LayoutParams
2111 int types = inOutParams.getFitInsetsTypes(); in adjustLayoutParamsForCompatibility()
24001 HSPLandroid/view/WindowManager$LayoutParams;->getFitInsetsTypes()I
55611 method public int getFitInsetsTypes();