Home
last modified time | relevance | path

Searched refs:NOT_FOCUSABLE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DAdapterView.java270 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()
DTextView.java1657 ? (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE)
/frameworks/base/core/java/android/view/
DView.java983 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})
993 public static final int NOT_FOCUSABLE = 0x00000000; field in View
11431 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()
/frameworks/base/non-updatable-api/
Dcurrent.txt52117 field public static final int NOT_FOCUSABLE = 0; // 0x0
/frameworks/base/api/
Dcurrent.txt52261 field public static final int NOT_FOCUSABLE = 0; // 0x0