Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1024 return scrollAndFocus(direction, mTempRect.left, mTempRect.right); in pageScroll()
1055 return scrollAndFocus(direction, mTempRect.left, mTempRect.right); in fullScroll()
1070 private boolean scrollAndFocus(int direction, int left, int right) { in scrollAndFocus() method in HorizontalScrollView
DScrollView.java1039 return scrollAndFocus(direction, mTempRect.top, mTempRect.bottom); in pageScroll()
1070 return scrollAndFocus(direction, mTempRect.top, mTempRect.bottom); in fullScroll()
1085 private boolean scrollAndFocus(int direction, int top, int bottom) { in scrollAndFocus() method in ScrollView
/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java1206 return scrollAndFocus(direction, mTempRect.top, mTempRect.bottom); in pageScroll()
1238 return scrollAndFocus(direction, mTempRect.top, mTempRect.bottom); in fullScroll()
1253 private boolean scrollAndFocus(int direction, int top, int bottom) { in scrollAndFocus() method in NestedScrollView
/frameworks/base/config/
Dhiddenapi-private-dex.txt102740 Landroid/widget/HorizontalScrollView;->scrollAndFocus(III)Z
104590 Landroid/widget/ScrollView;->scrollAndFocus(III)Z