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()
178 setFocusable(FOCUSABLE_AUTO); in setIsIndicator()
369 if (getFocusable() == FOCUSABLE_AUTO) { in SearchView()
811 if (getFocusable() == View.FOCUSABLE_AUTO) { in NumberPicker()
2766 setFocusable(FOCUSABLE_AUTO); in fixFocusableAndClickableSettings()8712 setFocusable(FOCUSABLE_AUTO); in setTextIsSelectable()
1050 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})1076 public static final int FOCUSABLE_AUTO = 0x00000010; field in View5697 viewFlagValues |= FOCUSABLE_AUTO;5698 viewFlagMasks |= FOCUSABLE_AUTO;5813 if ((viewFlagValues & FOCUSABLE_AUTO) == 0) {5820 viewFlagValues &= ~FOCUSABLE_AUTO;12925 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) { in setFocusable()13694 @EnumEntry(value = FOCUSABLE_AUTO, name = "auto")13698 return (mViewFlags & FOCUSABLE_AUTO) > 0 ? FOCUSABLE_AUTO : mViewFlags & FOCUSABLE; in getFocusable()17445 if (((mViewFlags & FOCUSABLE_AUTO) != 0) in setFlags()[all …]
1277 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) { in hasFocusable()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
52714 field public static final int FOCUSABLE_AUTO = 16; // 0x10