Searched refs:FLAG_LAYOUT_IN_SCREEN (Results 1 – 13 of 13) sorted by relevance
23 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN;78 LayoutParams.FLAG_LAYOUT_IN_SCREEN | LayoutParams.FLAG_LAYOUT_INSET_DECOR, in setUp()100 mLayoutParams.flags &= ~(FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR); in testLocationInWindow_floatingWindow()
26 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN;90 LayoutParams.FLAG_LAYOUT_IN_SCREEN | LayoutParams.FLAG_LAYOUT_INSET_DECOR, in setUp()112 mLayoutParams.flags &= ~(FLAG_LAYOUT_IN_SCREEN | FLAG_LAYOUT_INSET_DECOR); in testLocationOnDisplay_floatingWindow()
20 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN;125 params.flags |= FLAG_LAYOUT_IN_SCREEN in createPopupTextView()
105 params.flags = WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN in createDefaultWindowParams()
103 params.flags = WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN in layoutParamsForTestWindow()
28 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN;141 lp.flags = FLAG_NOT_TOUCH_MODAL | FLAG_LAYOUT_IN_SCREEN; in addActivityWindow()171 lp.flags = FLAG_NOT_TOUCH_MODAL | FLAG_LAYOUT_IN_SCREEN; in addForeignOverlayWindow()
431 WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN in addOverlayWindow()526 WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN in createDisplayOverlay()
232 params.flags = WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN in testTakeScreenshotWithSecureWindow_GetScreenshotAndVerifyBitmap()
905 params.flags = WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN
1461 params.flags = WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN in addMagnifiableWindowInActivity()
23 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN;221 FLAG_NOT_FOCUSABLE | FLAG_ALT_FOCUSABLE_IM | FLAG_LAYOUT_IN_SCREEN)) { in testImeVisibilityWhenImeFocusableChildPopupOverlaps() argument
1201 params.flags = WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN; in testAutoFillOneDatasetAndSaveHidingOverlays()
54576 field public static final int FLAG_LAYOUT_IN_SCREEN = 256; // 0x100