Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAdapterView.java220 private int mDesiredFocusableState = FOCUSABLE_AUTO;
256 if (mDesiredFocusableState == FOCUSABLE_AUTO) { in AdapterView()
725 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) { in setFocusable()
DRatingBar.java154 setFocusable(FOCUSABLE_AUTO); in setIsIndicator()
DSearchView.java347 if (getFocusable() == FOCUSABLE_AUTO) { in SearchView()
DTextView.java2475 setFocusable(FOCUSABLE_AUTO);
6635 setFocusable(FOCUSABLE_AUTO); in setTextIsSelectable()
/frameworks/base/core/java/android/view/
DView.java896 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})
922 public static final int FOCUSABLE_AUTO = 0x00000010; field in View
4526 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 …]
DViewGroup.java1156 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) { in hasFocusable()
/frameworks/base/api/
Dcurrent.txt45705 field public static final int FOCUSABLE_AUTO = 16; // 0x10
Dsystem-current.txt49244 field public static final int FOCUSABLE_AUTO = 16; // 0x10