Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAdapterView.java258 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()
DTextView.java1672 ? (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE)
/frameworks/base/core/java/android/view/
DView.java897 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})
907 public static final int NOT_FOCUSABLE = 0x00000000; field in View
9474 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);
/frameworks/base/api/
Dcurrent.txt46009 field public static final int NOT_FOCUSABLE = 0; // 0x0
Dtest-current.txt46465 field public static final int NOT_FOCUSABLE = 0; // 0x0
Dsystem-current.txt49596 field public static final int NOT_FOCUSABLE = 0; // 0x0