Searched defs:FLAG_SECURE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/display/
H A DDisplayDeviceInfo.java55 public static final int FLAG_SECURE = 1 << 2; field in class:DisplayDeviceInfo
236 if ((flags & FLAG_SECURE) != 0) {
237 msg.append(", FLAG_SECURE");
/frameworks/base/core/java/android/view/
H A DDisplay.java128 * {@link WindowManager.LayoutParams#FLAG_SECURE} window flag.
143 public static final int FLAG_SECURE = 1 << 1; field in class:Display
264 * @see #FLAG_SECURE
H A DWindowManager.java635 * <p>See {@link android.view.Display#FLAG_SECURE} for more details about
638 public static final int FLAG_SECURE = 0x00002000; field in class:WindowManager.LayoutParams
821 * @see #FLAG_SECURE
861 @ViewDebug.FlagToString(mask = FLAG_SECURE, equals = FLAG_SECURE,
862 name = "FLAG_SECURE"),
/frameworks/base/services/input/
H A DInputWindow.h51 FLAG_SECURE = 0x00002000, enumerator in enum:android::InputWindowInfo::__anon1127

Completed in 559 milliseconds