Home
last modified time | relevance | path

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

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