Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DAdapterView.java232 private int mDesiredFocusableState = FOCUSABLE_AUTO;
268 if (mDesiredFocusableState == FOCUSABLE_AUTO) { in AdapterView()
737 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) { in setFocusable()
H A DRatingBar.java178 setFocusable(FOCUSABLE_AUTO); in setIsIndicator()
H A DSearchView.java369 if (getFocusable() == FOCUSABLE_AUTO) { in SearchView()
H A DNumberPicker.java811 if (getFocusable() == View.FOCUSABLE_AUTO) { in NumberPicker()
H A DTextView.java2766 setFocusable(FOCUSABLE_AUTO); in fixFocusableAndClickableSettings()
8712 setFocusable(FOCUSABLE_AUTO); in setTextIsSelectable()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java1050 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})
1076 public static final int FOCUSABLE_AUTO = 0x00000010; field in View
5697 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 …]
H A DViewGroup.java1277 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) { in hasFocusable()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt52714 field public static final int FOCUSABLE_AUTO = 16; // 0x10