Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRatingBar.java180 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.java812 setFocusable(View.FOCUSABLE); in NumberPicker()
/frameworks/base/core/java/android/view/
DView.java1087 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})
1105 public static final int FOCUSABLE = 0x00000001; field in View
6133 viewFlagValues |= FOCUSABLE_IN_TOUCH_MODE | FOCUSABLE;
6960 out.append((mViewFlags & FOCUSABLE) == FOCUSABLE ? 'F' : '.');
13606 setFocusable(focusable ? FOCUSABLE : NOT_FOCUSABLE);
13625 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) {
13653 setFlags(FOCUSABLE, FOCUSABLE_MASK);
14377 return FOCUSABLE == (mViewFlags & FOCUSABLE);
14388 @ViewDebug.IntToString(from = FOCUSABLE, to = "FOCUSABLE"),
14393 @EnumEntry(value = FOCUSABLE, name = "true"),
[all …]
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt53234 field public static final int FOCUSABLE = 1; // 0x1