Searched refs:NOT_FOCUSABLE (Results 1 – 5 of 5) sorted by relevance
270 super.setFocusable(NOT_FOCUSABLE); in AdapterView()741 super.setFocusable((!empty || isInFilterMode()) ? focusable : NOT_FOCUSABLE); in setFocusable()765 super.setFocusable(focusable ? mDesiredFocusableState : NOT_FOCUSABLE); in checkFocus()
1657 ? (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE)
983 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})993 public static final int NOT_FOCUSABLE = 0x00000000; field in View11431 setFocusable(focusable ? FOCUSABLE : NOT_FOCUSABLE);12150 @ViewDebug.IntToString(from = NOT_FOCUSABLE, to = "NOT_FOCUSABLE"),12155 @EnumEntry(value = NOT_FOCUSABLE, name = "false"),15670 newFocus = NOT_FOCUSABLE; in setFlags()15686 } else if (((old & FOCUSABLE) == NOT_FOCUSABLE) in setFlags()29729 return (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE); in getFocusableAttribute()
52117 field public static final int NOT_FOCUSABLE = 0; // 0x0
52261 field public static final int NOT_FOCUSABLE = 0; // 0x0