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::__anon1127
/frameworks/base/core/java/android/view/
H A DWindowManager.java619 public static final int FLAG_FULLSCREEN = 0x00000400; field in class:WindowManager.LayoutParams
621 /** Window flag: Override {@link #FLAG_FULLSCREEN and force the
819 * @see #FLAG_FULLSCREEN
855 @ViewDebug.FlagToString(mask = FLAG_FULLSCREEN, equals = FLAG_FULLSCREEN,
856 name = "FLAG_FULLSCREEN"),

Completed in 200 milliseconds