Searched refs:fullScroll (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidates1LineViewManager.java273 if (!mViewBodyScroll.fullScroll(View.FOCUS_LEFT)) {
299 if (!mViewBodyScroll.fullScroll(View.FOCUS_RIGHT)) {
H A DTextCandidatesViewManager.java1260 if (!mViewBodyScroll.fullScroll(ScrollView.FOCUS_UP)) {
1269 if (!mViewBodyScroll.fullScroll(ScrollView.FOCUS_DOWN)) {
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DHorizontalScrollView.java359 handled = fullScroll(View.FOCUS_LEFT);
366 handled = fullScroll(View.FOCUS_RIGHT);
969 public boolean fullScroll(int direction) { method in class:HorizontalScrollView
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java433 handled = fullScroll(View.FOCUS_UP);
440 handled = fullScroll(View.FOCUS_DOWN);
1094 public boolean fullScroll(int direction) { method in class:ScrollerView

Completed in 472 milliseconds