Searched refs:FOCUSABLE_AUTO (Results 1 – 8 of 8) sorted by relevance
232 private int mDesiredFocusableState = FOCUSABLE_AUTO;268 if (mDesiredFocusableState == FOCUSABLE_AUTO) { in AdapterView()737 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) { in setFocusable()
178 setFocusable(FOCUSABLE_AUTO); in setIsIndicator()
369 if (getFocusable() == FOCUSABLE_AUTO) { in SearchView()
811 if (getFocusable() == View.FOCUSABLE_AUTO) { in NumberPicker()
1087 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})1113 public static final int FOCUSABLE_AUTO = 0x00000010; field in View5810 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 …]
1273 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) { in hasFocusable()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
53237 field public static final int FOCUSABLE_AUTO = 16; // 0x10