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

/frameworks/base/services/input/
H A DInputWindow.h41 FLAG_NOT_FOCUSABLE = 0x00000008, enumerator in enum:android::InputWindowInfo::__anon1177
/frameworks/base/core/java/android/view/
H A DWindowManager.java597 public static final int FLAG_NOT_FOCUSABLE = 0x00000008; field in class:WindowManager.LayoutParams
603 * {@link #FLAG_NOT_FOCUSABLE} is not set), allow any pointer events
694 /** Window flag: invert the state of {@link #FLAG_NOT_FOCUSABLE} with
696 * is, if FLAG_NOT_FOCUSABLE is set and this flag is set, then the
698 * and thus be placed behind/away from it; if FLAG_NOT_FOCUSABLE is
922 * @see #FLAG_NOT_FOCUSABLE
952 @ViewDebug.FlagToString(mask = FLAG_NOT_FOCUSABLE, equals = FLAG_NOT_FOCUSABLE,
953 name = "FLAG_NOT_FOCUSABLE"),
1106 * {@link #FLAG_NOT_FOCUSABLE} an
[all...]

Completed in 74 milliseconds