Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1003 return findFocusableViewInBounds(leftFocus, leftWithoutFadingEdge, in findFocusableViewInMyBounds()
1022 private View findFocusableViewInBounds(boolean leftFocus, int left, int right) { in findFocusableViewInBounds() method in HorizontalScrollView
1176 View newFocused = findFocusableViewInBounds(goLeft, left, right); in scrollAndFocus()
DScrollView.java1044 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() method in ScrollView
1199 View newFocused = findFocusableViewInBounds(up, top, bottom); in scrollAndFocus()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88303 Landroid/widget/HorizontalScrollView;->findFocusableViewInBounds(ZII)Landroid/view/View;
89936 Landroid/widget/ScrollView;->findFocusableViewInBounds(ZII)Landroid/view/View;