Home | History | Annotate | Download | only in view

Lines Matching refs:addFocusables

1008      * View flag indicating whether {@link #addFocusables(ArrayList, int, int)}
1014 * View flag indicating whether {@link #addFocusables(ArrayList, int, int)}
4896 getRootView().addFocusables(focusablesTempList, View.FOCUS_FORWARD, FOCUSABLES_ALL);
6473 addFocusables(result, direction);
6485 public void addFocusables(ArrayList<View> views, int direction) {
6486 addFocusables(views, direction, FOCUSABLES_TOUCH_MODE);
6505 public void addFocusables(ArrayList<View> views, int direction, int focusableMode) {