Searched refs:fullScroll (Results 1 – 3 of 3) sorted by relevance
273 if (!mViewBodyScroll.fullScroll(View.FOCUS_LEFT)) { in initView()299 if (!mViewBodyScroll.fullScroll(View.FOCUS_RIGHT)) { in initView()
1260 if (!mViewBodyScroll.fullScroll(ScrollView.FOCUS_UP)) { in setScrollFullUp()1269 if (!mViewBodyScroll.fullScroll(ScrollView.FOCUS_DOWN)) { in setScrollFullDown()
433 handled = fullScroll(View.FOCUS_UP); in executeKeyEvent()440 handled = fullScroll(View.FOCUS_DOWN); in executeKeyEvent()1094 public boolean fullScroll(int direction) { in fullScroll() method in ScrollerView