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

/frameworks/native/services/inputflinger/
H A DInputWindow.h41 FLAG_NOT_FOCUSABLE = 0x00000008, enumerator in enum:android::InputWindowInfo::__anon1822
/frameworks/base/core/java/android/view/
H A DWindowManager.java1069 public static final int FLAG_NOT_FOCUSABLE = 0x00000008; field in class:WindowManager.LayoutParams
1075 * {@link #FLAG_NOT_FOCUSABLE} is not set), allow any pointer events
1174 /** Window flag: invert the state of {@link #FLAG_NOT_FOCUSABLE} with
1176 * is, if FLAG_NOT_FOCUSABLE is set and this flag is set, then the
1178 * and thus be placed behind/away from it; if FLAG_NOT_FOCUSABLE is
1418 * @see #FLAG_NOT_FOCUSABLE
1449 @ViewDebug.FlagToString(mask = FLAG_NOT_FOCUSABLE, equals = FLAG_NOT_FOCUSABLE,
1831 * {@link #FLAG_NOT_FOCUSABLE} and {@link #FLAG_ALT_FOCUSABLE_IM}
1842 switch (flags&(FLAG_NOT_FOCUSABLE|FLAG_ALT_FOCUSABLE_I
[all...]

Completed in 14 milliseconds