Searched refs:FOCUSABLE (Results 1 – 8 of 8) sorted by relevance
161 setFocusable(FOCUSABLE); in setIsIndicator()
737 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) { in setFocusable()751 mDesiredFocusableState = FOCUSABLE; in setFocusableInTouchMode()
370 setFocusable(FOCUSABLE); in SearchView()
813 setFocusable(View.FOCUSABLE); in NumberPicker()
1657 ? (val.data == 0 ? NOT_FOCUSABLE : FOCUSABLE)2522 setFocusable(FOCUSABLE); in fixFocusableAndClickableSettings()
983 @IntDef({NOT_FOCUSABLE, FOCUSABLE, FOCUSABLE_AUTO})1001 public static final int FOCUSABLE = 0x00000001; field in View5508 viewFlagValues |= FOCUSABLE_IN_TOUCH_MODE | FOCUSABLE;6286 out.append((mViewFlags & FOCUSABLE) == FOCUSABLE ? 'F' : '.');11431 setFocusable(focusable ? FOCUSABLE : NOT_FOCUSABLE);11449 if ((focusable & (FOCUSABLE_AUTO | FOCUSABLE)) == 0) {11476 setFlags(FOCUSABLE, FOCUSABLE_MASK);12140 return FOCUSABLE == (mViewFlags & FOCUSABLE);12151 @ViewDebug.IntToString(from = FOCUSABLE, to = "FOCUSABLE"),12156 @EnumEntry(value = FOCUSABLE, name = "true"),[all …]
52079 field public static final int FOCUSABLE = 1; // 0x1
52223 field public static final int FOCUSABLE = 1; // 0x1