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
285 if ((flags & FLAG_SECURE) != 0) {
286 msg.append(", FLAG_SECURE");
/frameworks/base/core/java/android/view/
H A DDisplay.java132 * {@link WindowManager.LayoutParams#FLAG_SECURE} window flag.
147 public static final int FLAG_SECURE = 1 << 1; field in class:Display
297 * @see #FLAG_SECURE
H A DWindowManager.java666 * <p>See {@link android.view.Display#FLAG_SECURE} for more details about
669 public static final int FLAG_SECURE = 0x00002000; field in class:WindowManager.LayoutParams
931 * @see #FLAG_SECURE
972 @ViewDebug.FlagToString(mask = FLAG_SECURE, equals = FLAG_SECURE,
973 name = "FLAG_SECURE"),
/frameworks/base/services/input/
H A DInputWindow.h51 FLAG_SECURE = 0x00002000, enumerator in enum:android::InputWindowInfo::__anon1179

Completed in 1122 milliseconds