Searched refs:FOCUSABLE (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | RatingBar.java | 161 setFocusable(FOCUSABLE); in setIsIndicator()
|
D | AdapterView.java | 737 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) { in setFocusable() 751 mDesiredFocusableState = FOCUSABLE; in setFocusableInTouchMode()
|
D | SearchView.java | 370 setFocusable(FOCUSABLE); in SearchView()
|
D | NumberPicker.java | 813 setFocusable(View.FOCUSABLE); in NumberPicker()
|
D | TextView.java | 1678 ? (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE) 2543 setFocusable(FOCUSABLE); in fixFocusableAndClickableSettings()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 992 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO}) 1010 public static final int FOCUSABLE = 0x00000001; field in View 5651 viewFlagValues |= FOCUSABLE_IN_TOUCH_MODE | FOCUSABLE; 6454 out.append((mViewFlags & FOCUSABLE) == FOCUSABLE ? 'F' : '.'); 11774 setFocusable(focusable ? FOCUSABLE : NOT_FOCUSABLE); 11792 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) { 11819 setFlags(FOCUSABLE, FOCUSABLE_MASK); 12489 return FOCUSABLE == (mViewFlags & FOCUSABLE); 12500 @ViewDebug.IntToString(from = FOCUSABLE, to = "FOCUSABLE"), 12505 @EnumEntry(value = FOCUSABLE, name = "true"), [all …]
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 53881 …E"), @android.view.ViewDebug.IntToString(from=android.view.View.FOCUSABLE, to="FOCUSABLE"), @andro… 54405 field public static final int FOCUSABLE = 1; // 0x1
|