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

/frameworks/base/core/java/android/view/
H A DWindowManager.java350 * @see #FLAG_NOT_FOCUSABLE
382 public static final int FLAG_NOT_FOCUSABLE = 0x00000008; field in class:WindowManager.LayoutParams
388 * {@link #FLAG_NOT_FOCUSABLE is not set), allow any pointer events
456 /** Window flag: invert the state of {@link #FLAG_NOT_FOCUSABLE} with
458 * is, if FLAG_NOT_FOCUSABLE is set and this flag is set, then the
460 * and thus be placed behind/away from it; if FLAG_NOT_FOCUSABLE is
503 * {@link #FLAG_NOT_FOCUSABLE} and {@link #FLAG_ALT_FOCUSABLE_IM}
514 switch (flags&(FLAG_NOT_FOCUSABLE|FLAG_ALT_FOCUSABLE_IM)) {
516 case FLAG_NOT_FOCUSABLE|FLAG_ALT_FOCUSABLE_IM:

Completed in 48 milliseconds