Searched defs:FOCUSABLES_TOUCH_MODE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java1606 FOCUSABLES_TOUCH_MODE
1621 public static final int FOCUSABLES_TOUCH_MODE = 0x00000001; field in class:View
10506 addFocusables(views, direction, isInTouchMode() ? FOCUSABLES_TOUCH_MODE : FOCUSABLES_ALL);
10523 * @see #FOCUSABLES_TOUCH_MODE
10533 if ((focusableMode & FOCUSABLES_TOUCH_MODE) == FOCUSABLES_TOUCH_MODE

Completed in 87 milliseconds