Searched refs:findFocusableViewInBounds (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 1027 return findFocusableViewInBounds(leftFocus, leftWithoutFadingEdge, in findFocusableViewInMyBounds() 1046 private View findFocusableViewInBounds(boolean leftFocus, int left, int right) { in findFocusableViewInBounds() method in HorizontalScrollView 1200 View newFocused = findFocusableViewInBounds(goLeft, left, right); in scrollAndFocus()
|
D | ScrollView.java | 1071 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() method in ScrollView 1226 View newFocused = findFocusableViewInBounds(up, top, bottom); in scrollAndFocus()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 71299 Landroid/widget/HorizontalScrollView;->findFocusableViewInBounds(ZII)Landroid/view/View; 72777 Landroid/widget/ScrollView;->findFocusableViewInBounds(ZII)Landroid/view/View;
|