Home
last modified time | relevance | path

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

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