Searched refs:FOCUSABLE_AUTO (Results 1 – 8 of 8) sorted by relevance
220 private int mDesiredFocusableState = FOCUSABLE_AUTO;256 if (mDesiredFocusableState == FOCUSABLE_AUTO) { in AdapterView()725 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) { in setFocusable()
154 setFocusable(FOCUSABLE_AUTO); in setIsIndicator()
347 if (getFocusable() == FOCUSABLE_AUTO) { in SearchView()
2475 setFocusable(FOCUSABLE_AUTO);6635 setFocusable(FOCUSABLE_AUTO); in setTextIsSelectable()
896 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})922 public static final int FOCUSABLE_AUTO = 0x00000010; field in View4526 mViewFlags = SOUND_EFFECTS_ENABLED | HAPTIC_FEEDBACK_ENABLED | FOCUSABLE_AUTO; in View()4722 viewFlagValues |= FOCUSABLE_AUTO;4723 viewFlagMasks |= FOCUSABLE_AUTO;4838 if ((viewFlagValues & FOCUSABLE_AUTO) == 0) {4845 viewFlagValues &= ~FOCUSABLE_AUTO;6867 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {9450 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) { in setFocusable()10096 @ViewDebug.IntToString(from = FOCUSABLE_AUTO, to = "FOCUSABLE_AUTO")[all …]
1156 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) { in hasFocusable()
45705 field public static final int FOCUSABLE_AUTO = 16; // 0x10
49244 field public static final int FOCUSABLE_AUTO = 16; // 0x10