Searched refs:FOCUSABLE (Results 1 – 7 of 7) sorted by relevance
180 setFocusable(FOCUSABLE); in setIsIndicator()
737 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) { in setFocusable()751 mDesiredFocusableState = FOCUSABLE; in setFocusableInTouchMode()
370 setFocusable(FOCUSABLE); in SearchView()
812 setFocusable(View.FOCUSABLE); in NumberPicker()
1087 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})1105 public static final int FOCUSABLE = 0x00000001; field in View6133 viewFlagValues |= FOCUSABLE_IN_TOUCH_MODE | FOCUSABLE;6960 out.append((mViewFlags & FOCUSABLE) == FOCUSABLE ? 'F' : '.');13606 setFocusable(focusable ? FOCUSABLE : NOT_FOCUSABLE);13625 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) {13653 setFlags(FOCUSABLE, FOCUSABLE_MASK);14377 return FOCUSABLE == (mViewFlags & FOCUSABLE);14388 @ViewDebug.IntToString(from = FOCUSABLE, to = "FOCUSABLE"),14393 @EnumEntry(value = FOCUSABLE, name = "true"),[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
53234 field public static final int FOCUSABLE = 1; // 0x1