Searched refs:FLAG_LAYOUT_NO_LIMITS (Results 1 – 19 of 19) sorted by relevance
81 | WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS in onCreate()85 | WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS in onCreate()
121 | WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS); in onCreate()
255 windowSetFlags |= WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS; in initDockWindow()256 windowModFlags |= WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS; in initDockWindow()
50 FLAG_LAYOUT_NO_LIMITS = 0x00000200, enumerator
75 | WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS in DefaultUiController()
336 | WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS; in onCreate()
218 | WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS in createWindow()
1229 public static final int FLAG_LAYOUT_NO_LIMITS = 0x00000200; field in WindowManager.LayoutParams1590 @ViewDebug.FlagToString(mask = FLAG_LAYOUT_NO_LIMITS, equals = FLAG_LAYOUT_NO_LIMITS,
250 LayoutParams.FLAG_LAYOUT_NO_LIMITS | in createContainer()
1657 WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS | in computeFlags()1678 curFlags |= WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS; in computeFlags()
483 int flags = WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS in getWindowLayoutParams()
27 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS;3077 flags = FLAG_LAYOUT_NO_LIMITS;3079 setFlags(flags, FLAG_FULLSCREEN | FLAG_LAYOUT_NO_LIMITS);3091 setFlags(FLAG_FULLSCREEN, FLAG_FULLSCREEN | FLAG_LAYOUT_NO_LIMITS);
1285 | WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS;
800 | WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS in updateSurface()
46 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS;2284 if ((fl & FLAG_LAYOUT_NO_LIMITS) != 0 && type != TYPE_SYSTEM_ERROR in layoutWindowLw()
41 import static android.view.WindowManager.LayoutParams.FLAG_LAYOUT_NO_LIMITS;3785 final boolean noLimits = (mAttrs.flags & FLAG_LAYOUT_NO_LIMITS) != 0; in applyGravityAndUpdateFrame()
34710 field public static final int FLAG_LAYOUT_NO_LIMITS = 512; // 0x200
53205 field public static final int FLAG_LAYOUT_NO_LIMITS = 512; // 0x200
53349 field public static final int FLAG_LAYOUT_NO_LIMITS = 512; // 0x200