Searched refs:mViewBodyScroll (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidates1LineViewManager.java75 private HorizontalScrollView mViewBodyScroll; field in class:TextCandidates1LineViewManager
234 mViewBodyScroll = (HorizontalScrollView)mViewBody.findViewById(R.id.candview_scroll_1line);
235 mViewBodyScroll.setOverScrollMode(View.OVER_SCROLL_NEVER);
236 mViewBodyScroll.setOnTouchListener(new View.OnTouchListener() {
262 if (mViewBodyScroll.getScrollX() > 0) {
263 mViewBodyScroll.smoothScrollBy(
264 (int)(mViewBodyScroll.getWidth() * -SCROLL_DISTANCE), 0);
273 if (!mViewBodyScroll.fullScroll(View.FOCUS_LEFT)) {
274 mViewBodyScroll.scrollTo(mViewBodyScroll
[all...]
H A DTextCandidatesViewManager.java105 private ScrollView mViewBodyScroll; field in class:TextCandidatesViewManager
461 mViewBodyScroll = (ScrollView)mViewBody.findViewById(R.id.candview_scroll);
564 LinearLayout lineView = new LinearLayout(mViewBodyScroll.getContext());
640 mViewBodyScroll.setLayoutParams(params);
649 mViewBodyScroll.setLayoutParams(params);
650 mViewBodyScroll.scrollTo(0, 0);
661 mViewBodyScroll.setLayoutParams(params);
701 mViewBodyScroll.scrollTo(0, mViewBodyScroll.getScrollY() + getCandidateMinimumHeight());
1091 TextView text = new CandidateTextView(mViewBodyScroll
[all...]

Completed in 75 milliseconds