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

/frameworks/base/core/java/android/view/
H A DView.java1605 FOCUSABLES_ALL,
1615 public static final int FOCUSABLES_ALL = 0x00000000; field in class:View
7251 getRootView().addFocusables(focusablesTempList, View.FOCUS_FORWARD, FOCUSABLES_ALL);
10506 addFocusables(views, direction, isInTouchMode() ? FOCUSABLES_TOUCH_MODE : FOCUSABLES_ALL);
10522 * @see #FOCUSABLES_ALL

Completed in 55 milliseconds