Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAdapterView.java232 private int mDesiredFocusableState = FOCUSABLE_AUTO;
268 if (mDesiredFocusableState == FOCUSABLE_AUTO) { in AdapterView()
737 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) { in setFocusable()
DRatingBar.java159 setFocusable(FOCUSABLE_AUTO); in setIsIndicator()
DSearchView.java369 if (getFocusable() == FOCUSABLE_AUTO) { in SearchView()
DNumberPicker.java812 if (getFocusable() == View.FOCUSABLE_AUTO) { in NumberPicker()
DTextView.java2526 setFocusable(FOCUSABLE_AUTO); in fixFocusableAndClickableSettings()
7745 setFocusable(FOCUSABLE_AUTO); in setTextIsSelectable()
/frameworks/base/core/java/android/view/
DView.java983 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})
1009 public static final int FOCUSABLE_AUTO = 0x00000010; field in View
5173 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 …]
DViewGroup.java1248 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) { in hasFocusable()
/frameworks/base/non-updatable-api/
Dcurrent.txt52082 field public static final int FOCUSABLE_AUTO = 16; // 0x10
/frameworks/base/api/
Dcurrent.txt52226 field public static final int FOCUSABLE_AUTO = 16; // 0x10