Searched refs:FLAG_LAYOUT_INSET_DECOR (Results 1 – 18 of 18) sorted by relevance
19 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR;97 mLayoutParams.flags = FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in TestWindow()
33 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR;87 FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR | FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS; in createOpaqueFullscreen()99 FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR | FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS; in createDreamWindow()291 attrs.flags = FLAG_SHOW_WHEN_LOCKED | FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in createApplicationWindow()302 attrs.flags = FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in createBaseApplicationWindow()
48 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR;1366 win.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testUpdateSystemGestureExclusion()1398 win.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion()1402 win2.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion()1426 win.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion_modal()1430 win2.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion_modal()1451 win.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion_immersiveStickyLegacyWindow()1475 win.getAttrs().flags |= FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in testCalculateSystemGestureExclusion_unrestricted()
23 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR;121 final boolean layoutInsetDecor = (attrs.flags & FLAG_LAYOUT_INSET_DECOR) != 0; in computeFrames()
2636 public static final int FLAG_LAYOUT_INSET_DECOR = 0x00010000; field in WindowManager.LayoutParams2936 FLAG_LAYOUT_INSET_DECOR,3018 … @ViewDebug.FlagToString(mask = FLAG_LAYOUT_INSET_DECOR, equals = FLAG_LAYOUT_INSET_DECOR,
210 mLayoutParameter.flags |= WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR; in updateLayoutPosition()221 mLayoutParameter.flags |= WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR; in updateLayoutPosition()
25 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR;335 mAttrs.flags = FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR; in layoutInDisplayCutoutModeDefaultWithLayoutInScreenAndLayoutInsetDecor()
94 | WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR in showShutdownUi()
1293 | WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR in onWindowCreated()
26 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR;2423 int flagsToUpdate = (FLAG_LAYOUT_IN_SCREEN|FLAG_LAYOUT_INSET_DECOR) in generateLayout()2429 setFlags(FLAG_LAYOUT_IN_SCREEN|FLAG_LAYOUT_INSET_DECOR, flagsToUpdate); in generateLayout()
36 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR;1233 && (attrs.flags & FLAG_LAYOUT_INSET_DECOR) == 0 in updateColorViews()
245 | WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR; in createLayoutParameters()
1690 curFlags |= WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR; in computeFlags()
1321 WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR); in ensureWindowCreated()
1175 | WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR in updateSurface()
494 | WindowManager.LayoutParams.FLAG_LAYOUT_INSET_DECOR); in initDialog()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
54007 field @Deprecated public static final int FLAG_LAYOUT_INSET_DECOR = 65536; // 0x10000