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

/frameworks/base/core/java/android/view/
H A DView.java1671 FOCUSABLES_ALL,
1681 public static final int FOCUSABLES_ALL = 0x00000000; field in class:View
7605 getRootView().addFocusables(focusablesTempList, View.FOCUS_FORWARD, FOCUSABLES_ALL);
11178 addFocusables(views, direction, isInTouchMode() ? FOCUSABLES_TOUCH_MODE : FOCUSABLES_ALL);
11194 * @see #FOCUSABLES_ALL
[all...]

Completed in 196 milliseconds