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

/frameworks/base/core/java/android/view/
H A DView.java1073 FOCUSABLES_TOUCH_MODE
1088 public static final int FOCUSABLES_TOUCH_MODE = 0x00000001; field in class:View
7389 addFocusables(views, direction, FOCUSABLES_TOUCH_MODE);
7406 * @see #FOCUSABLES_TOUCH_MODE
7416 if ((focusableMode & FOCUSABLES_TOUCH_MODE) == FOCUSABLES_TOUCH_MODE

Completed in 252 milliseconds