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

/frameworks/base/core/java/android/view/
H A DWindowManager.java396 * @see #FLAG_NOT_FOCUSABLE
411 @ViewDebug.FlagToString(mask = FLAG_NOT_FOCUSABLE, equals = FLAG_NOT_FOCUSABLE,
412 name = "FLAG_NOT_FOCUSABLE"),
466 public static final int FLAG_NOT_FOCUSABLE = 0x00000008; field in class:WindowManager.LayoutParams
472 * {@link #FLAG_NOT_FOCUSABLE is not set), allow any pointer events
540 /** Window flag: invert the state of {@link #FLAG_NOT_FOCUSABLE} with
542 * is, if FLAG_NOT_FOCUSABLE is set and this flag is set, then the
544 * and thus be placed behind/away from it; if FLAG_NOT_FOCUSABLE is
637 * {@link #FLAG_NOT_FOCUSABLE} an
[all...]
/frameworks/base/include/ui/
H A DInputDispatcher.h127 FLAG_NOT_FOCUSABLE = 0x00000008, enumerator in enum:android::InputWindow::__anon139

Completed in 9 milliseconds