Home
last modified time | relevance | path

Searched defs:nextFocused (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java364 View nextFocused = FocusFinder.getInstance().findNextFocus(this, in executeKeyEvent() local
1082 View nextFocused = FocusFinder.getInstance().findNextFocus(this, currentFocused, direction); in arrowScroll() local
DScrollView.java397 View nextFocused = FocusFinder.getInstance().findNextFocus(this, in executeKeyEvent() local
1101 View nextFocused = FocusFinder.getInstance().findNextFocus(this, currentFocused, direction); in arrowScroll() local
/frameworks/support/v4/java/android/support/v4/widget/
DNestedScrollView.java484 View nextFocused = FocusFinder.getInstance().findNextFocus(this, in executeKeyEvent() local
1159 View nextFocused = FocusFinder.getInstance().findNextFocus(this, currentFocused, direction); in arrowScroll() local