Searched refs:NOT_FOCUSABLE (Results 1 – 6 of 6) 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()
1672 ? (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE)
897 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})907 public static final int NOT_FOCUSABLE = 0x00000000; field in View9474 setFocusable(focusable ? FOCUSABLE : NOT_FOCUSABLE); in setFocusable()10138 @ViewDebug.IntToString(from = NOT_FOCUSABLE, to = "NOT_FOCUSABLE"),13283 newFocus = NOT_FOCUSABLE;13299 } else if (((old & FOCUSABLE) == NOT_FOCUSABLE)26466 return (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE);
46009 field public static final int NOT_FOCUSABLE = 0; // 0x0
46465 field public static final int NOT_FOCUSABLE = 0; // 0x0
49596 field public static final int NOT_FOCUSABLE = 0; // 0x0