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

/frameworks/native/services/inputflinger/
H A DInputWindow.h42 FLAG_NOT_FOCUSABLE = 0x00000008, enumerator in enum:android::InputWindowInfo::__anon1385
/frameworks/base/core/java/android/view/
H A DWindowManager.java605 public static final int FLAG_NOT_FOCUSABLE = 0x00000008; field in class:WindowManager.LayoutParams
611 * {@link #FLAG_NOT_FOCUSABLE} is not set), allow any pointer events
705 /** Window flag: invert the state of {@link #FLAG_NOT_FOCUSABLE} with
707 * is, if FLAG_NOT_FOCUSABLE is set and this flag is set, then the
709 * and thus be placed behind/away from it; if FLAG_NOT_FOCUSABLE is
940 * @see #FLAG_NOT_FOCUSABLE
971 @ViewDebug.FlagToString(mask = FLAG_NOT_FOCUSABLE, equals = FLAG_NOT_FOCUSABLE,
972 name = "FLAG_NOT_FOCUSABLE"),
1128 * {@link #FLAG_NOT_FOCUSABLE} an
[all...]

Completed in 312 milliseconds