Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DNestedScrollView.java1594 return scrollAndFocus(direction, mTempRect.top, mTempRect.bottom); in pageScroll()
1625 return scrollAndFocus(direction, mTempRect.top, mTempRect.bottom); in fullScroll()
1640 private boolean scrollAndFocus(int direction, int top, int bottom) { in scrollAndFocus() method in NestedScrollView