Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DTextCandidates1LineViewManager.java623 int viewBodyLeft = getViewLeftOnScreen(mViewBodyScroll); in setViewStatusOfFocusedCandidate() local
624 int viewBodyRight = viewBodyLeft + mViewBodyScroll.getWidth(); in setViewStatusOfFocusedCandidate()
630 } else if (focusedViewLeft < viewBodyLeft) { in setViewStatusOfFocusedCandidate()
631 mViewBodyScroll.scrollBy((focusedViewLeft - viewBodyLeft), 0); in setViewStatusOfFocusedCandidate()