HomeSort by relevance Sort by last modified time
    Searched full:focusedviewright (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 626 int focusedViewRight = focusedViewLeft + v.getWidth();
628 if (focusedViewRight > viewBodyRight) {
629 mViewBodyScroll.scrollBy((focusedViewRight - viewBodyRight), 0);

Completed in 71 milliseconds