Home
last modified time | relevance | path

Searched refs:FOCUSABLE (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
DRatingBar.java161 setFocusable(FOCUSABLE); in setIsIndicator()
DAdapterView.java737 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) { in setFocusable()
751 mDesiredFocusableState = FOCUSABLE; in setFocusableInTouchMode()
DSearchView.java370 setFocusable(FOCUSABLE); in SearchView()
DNumberPicker.java814 setFocusable(View.FOCUSABLE); in NumberPicker()
DTextView.java1652 ? (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE)
2517 setFocusable(FOCUSABLE); in fixFocusableAndClickableSettings()
/frameworks/base/core/java/android/view/
DView.java984 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})
1002 public static final int FOCUSABLE = 0x00000001; field in View
5385 viewFlagValues |= FOCUSABLE_IN_TOUCH_MODE | FOCUSABLE;
6163 out.append((mViewFlags & FOCUSABLE) == FOCUSABLE ? 'F' : '.');
10906 setFocusable(focusable ? FOCUSABLE : NOT_FOCUSABLE);
10924 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) {
10951 setFlags(FOCUSABLE, FOCUSABLE_MASK);
11615 return FOCUSABLE == (mViewFlags & FOCUSABLE);
11626 @ViewDebug.IntToString(from = FOCUSABLE, to = "FOCUSABLE"),
11631 @EnumEntry(value = FOCUSABLE, name = "true"),
[all …]
/frameworks/base/api/
Dcurrent.txt50202 …E"), @android.view.ViewDebug.IntToString(from=android.view.View.FOCUSABLE, to="FOCUSABLE"), @andro…
50715 field public static final int FOCUSABLE = 1; // 0x1