Home
last modified time | relevance | path

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

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