Searched refs:findFocusableViewInBounds (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 1003 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()
|
D | ScrollView.java | 1044 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/ |
D | hiddenapi-greylist-max-o.txt | 88303 Landroid/widget/HorizontalScrollView;->findFocusableViewInBounds(ZII)Landroid/view/View; 89936 Landroid/widget/ScrollView;->findFocusableViewInBounds(ZII)Landroid/view/View;
|