Searched refs:FOCUSABLE_AUTO (Results 1 – 9 of 9) 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()
159 setFocusable(FOCUSABLE_AUTO); in setIsIndicator()
369 if (getFocusable() == FOCUSABLE_AUTO) { in SearchView()
812 if (getFocusable() == View.FOCUSABLE_AUTO) { in NumberPicker()
2526 setFocusable(FOCUSABLE_AUTO); in fixFocusableAndClickableSettings()7745 setFocusable(FOCUSABLE_AUTO); in setTextIsSelectable()
983 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})1009 public static final int FOCUSABLE_AUTO = 0x00000010; field in View5173 mViewFlags = SOUND_EFFECTS_ENABLED | HAPTIC_FEEDBACK_ENABLED | FOCUSABLE_AUTO; in View()5384 viewFlagValues |= FOCUSABLE_AUTO;5385 viewFlagMasks |= FOCUSABLE_AUTO;5500 if ((viewFlagValues & FOCUSABLE_AUTO) == 0) {5507 viewFlagValues &= ~FOCUSABLE_AUTO;7878 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {11449 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) {12152 @ViewDebug.IntToString(from = FOCUSABLE_AUTO, to = "FOCUSABLE_AUTO")[all …]
1248 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) { in hasFocusable()
52082 field public static final int FOCUSABLE_AUTO = 16; // 0x10
52226 field public static final int FOCUSABLE_AUTO = 16; // 0x10