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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 288 int activeCandInPage = cv.getActiveCandiatePosInPage();
290 activeCandInPage = mDecInfo.mPageStart.elementAt(mCurrentPage + 1)
293 cvNext.showPage(mCurrentPage, activeCandInPage, enableActiveHighlight);
312 int activeCandInPage = cv.getActiveCandiatePosInPage();
317 if (animLeftRight) activeCandInPage = 0;
319 cvNext.showPage(mCurrentPage, activeCandInPage, enableActiveHighlight);
CandidateView.java 315 * @param activeCandInPage Which candidate should be set as active item.
319 public void showPage(int pageNo, int activeCandInPage,
323 mActiveCandInPage = activeCandInPage;

Completed in 2946 milliseconds