Home
last modified time | relevance | path

Searched refs:FOCUSABLE (Results 1 – 8 of 8) 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.java813 setFocusable(View.FOCUSABLE); in NumberPicker()
DTextView.java1678 ? (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE)
2543 setFocusable(FOCUSABLE); in fixFocusableAndClickableSettings()
/frameworks/base/core/java/android/view/
DView.java992 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})
1010 public static final int FOCUSABLE = 0x00000001; field in View
5651 viewFlagValues |= FOCUSABLE_IN_TOUCH_MODE | FOCUSABLE;
6454 out.append((mViewFlags & FOCUSABLE) == FOCUSABLE ? 'F' : '.');
11774 setFocusable(focusable ? FOCUSABLE : NOT_FOCUSABLE);
11792 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) {
11819 setFlags(FOCUSABLE, FOCUSABLE_MASK);
12489 return FOCUSABLE == (mViewFlags & FOCUSABLE);
12500 @ViewDebug.IntToString(from = FOCUSABLE, to = "FOCUSABLE"),
12505 @EnumEntry(value = FOCUSABLE, name = "true"),
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt53881 …E"), @android.view.ViewDebug.IntToString(from=android.view.View.FOCUSABLE, to="FOCUSABLE"), @andro…
54405 field public static final int FOCUSABLE = 1; // 0x1