Searched defs:NOT_FOCUSABLE (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java896 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})
906 public static final int NOT_FOCUSABLE = 0x00000000; field in class:View
9432 setFocusable(focusable ? FOCUSABLE : NOT_FOCUSABLE);
9441 * Setting this to NOT_FOCUSABLE will ensure that this view is also not focusable
9444 * @param focusable One of {@link #NOT_FOCUSABLE}, {@link #FOCUSABLE},
10090 * @return One of {@link #NOT_FOCUSABLE}, {@link #FOCUSABLE}, or {@link #FOCUSABLE_AUTO}.
10094 @ViewDebug.IntToString(from = NOT_FOCUSABLE, to = "NOT_FOCUSABLE"),
13228 newFocus = NOT_FOCUSABLE;
13241 } else if (((old & FOCUSABLE) == NOT_FOCUSABLE)
[all...]

Completed in 106 milliseconds