Home
last modified time | relevance | path

Searched refs:FOCUSABLE_AUTO (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/widget/
DAdapterView.java232 private int mDesiredFocusableState = FOCUSABLE_AUTO;
268 if (mDesiredFocusableState == FOCUSABLE_AUTO) { in AdapterView()
737 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) { in setFocusable()
DRatingBar.java178 setFocusable(FOCUSABLE_AUTO); in setIsIndicator()
DSearchView.java369 if (getFocusable() == FOCUSABLE_AUTO) { in SearchView()
DNumberPicker.java811 if (getFocusable() == View.FOCUSABLE_AUTO) { in NumberPicker()
/frameworks/base/core/java/android/view/
DView.java1087 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})
1113 public static final int FOCUSABLE_AUTO = 0x00000010; field in View
5810 mViewFlags = SOUND_EFFECTS_ENABLED | HAPTIC_FEEDBACK_ENABLED | FOCUSABLE_AUTO; in View()
6009 viewFlagValues |= FOCUSABLE_AUTO;
6010 viewFlagMasks |= FOCUSABLE_AUTO;
6125 if ((viewFlagValues & FOCUSABLE_AUTO) == 0) {
6132 viewFlagValues &= ~FOCUSABLE_AUTO;
8651 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {
13625 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) {
14389 @ViewDebug.IntToString(from = FOCUSABLE_AUTO, to = "FOCUSABLE_AUTO")
[all …]
DViewGroup.java1273 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) { in hasFocusable()
/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.txt53237 field public static final int FOCUSABLE_AUTO = 16; // 0x10