Searched refs:NOT_FOCUSABLE (Results 1 – 5 of 5) sorted by relevance
258 super.setFocusable(NOT_FOCUSABLE); in AdapterView()729 super.setFocusable((!empty || isInFilterMode()) ? focusable : NOT_FOCUSABLE); in setFocusable()753 super.setFocusable(focusable ? mDesiredFocusableState : NOT_FOCUSABLE); in checkFocus()
1653 ? (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE)
896 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})906 public static final int NOT_FOCUSABLE = 0x00000000; field in View9432 setFocusable(focusable ? FOCUSABLE : NOT_FOCUSABLE); in setFocusable()10094 @ViewDebug.IntToString(from = NOT_FOCUSABLE, to = "NOT_FOCUSABLE"),13228 newFocus = NOT_FOCUSABLE;13241 } else if (((old & FOCUSABLE) == NOT_FOCUSABLE)26466 return (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE);
45740 field public static final int NOT_FOCUSABLE = 0; // 0x0
49279 field public static final int NOT_FOCUSABLE = 0; // 0x0