Searched defs:FLAG_FULLSCREEN (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/input/
H A DInputWindow.h48 FLAG_FULLSCREEN = 0x00000400, enumerator in enum:android::InputWindowInfo::__anon1178
/frameworks/base/core/java/android/view/
H A DWindowManager.java650 public static final int FLAG_FULLSCREEN = 0x00000400; field in class:WindowManager.LayoutParams
652 /** Window flag: override {@link #FLAG_FULLSCREEN} and force the
929 * @see #FLAG_FULLSCREEN
966 @ViewDebug.FlagToString(mask = FLAG_FULLSCREEN, equals = FLAG_FULLSCREEN,
967 name = "FLAG_FULLSCREEN"),
1188 * layout parameter flags include {@link #FLAG_FULLSCREEN}, this
1360 * opaque windows have the #FLAG_FULLSCREEN bit set and are not covered

Completed in 75 milliseconds