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.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.java1539 ? (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE)
/frameworks/base/core/java/android/view/
DView.java919 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})
929 public static final int NOT_FOCUSABLE = 0x00000000; field in View
10046 setFocusable(focusable ? FOCUSABLE : NOT_FOCUSABLE);
10745 @ViewDebug.IntToString(from = NOT_FOCUSABLE, to = "NOT_FOCUSABLE"),
14030 newFocus = NOT_FOCUSABLE; in setFlags()
14046 } else if (((old & FOCUSABLE) == NOT_FOCUSABLE) in setFlags()
27639 return (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE); in getFocusableAttribute()
/frameworks/base/api/
Dcurrent.txt47998 field public static final int NOT_FOCUSABLE = 0; // 0x0
/frameworks/base/config/
Dhiddenapi-public-dex.txt50821 Landroid/view/View;->NOT_FOCUSABLE:I