Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java1079 return scrollAndFocus(direction, mTempRect.top, mTempRect.bottom); in pageScroll()
1110 return scrollAndFocus(direction, mTempRect.top, mTempRect.bottom); in fullScroll()
1125 private boolean scrollAndFocus(int direction, int top, int bottom) { in scrollAndFocus() method in ScrollerView