Searched refs:activeCandInPage (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DCandidatesContainer.java288 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);
H A DCandidateView.java315 * @param activeCandInPage Which candidate should be set as active item.
319 public void showPage(int pageNo, int activeCandInPage, argument
323 mActiveCandInPage = activeCandInPage;

Completed in 39 milliseconds