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

Completed in 67 milliseconds