Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DTextCandidatesViewManager.java1683 int viewBodyBottom = viewBodyTop + mViewBodyScroll.getHeight(); in setViewStatusOfFocusedCandidate() local
1687 if (focusedViewBottom > viewBodyBottom) { in setViewStatusOfFocusedCandidate()
1688 mViewBodyScroll.scrollBy(0, (focusedViewBottom - viewBodyBottom)); in setViewStatusOfFocusedCandidate()