Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DTextCandidates1LineViewManager.java624 int viewBodyRight = viewBodyLeft + mViewBodyScroll.getWidth(); in setViewStatusOfFocusedCandidate() local
628 if (focusedViewRight > viewBodyRight) { in setViewStatusOfFocusedCandidate()
629 mViewBodyScroll.scrollBy((focusedViewRight - viewBodyRight), 0); in setViewStatusOfFocusedCandidate()