Home
last modified time | relevance | path

Searched refs:findFocusableViewInBounds (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DNestedScrollView.java1493 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() method in NestedScrollView
1648 View newFocused = findFocusableViewInBounds(up, top, bottom); in scrollAndFocus()