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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 103 private int mPageNo;
308 return mDecInfo.mPageStart.get(mPageNo) + mActiveCandInPage;
322 mPageNo = pageNo;
328 if (!calculatePage(mPageNo)) {
345 if (!mDecInfo.pageReady(mPageNo)) return false;
346 int pageSize = mDecInfo.mPageStart.get(mPageNo + 1)
347 - mDecInfo.mPageStart.get(mPageNo);
349 showPage(mPageNo, mActiveCandInPage + 1, true);
357 showPage(mPageNo, mActiveCandInPage - 1, true);
405 mPageNo = 0
    [all...]
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 88 uint32_t mPageNo;
421 page->mPageNo = U32LE_AT(&header[18]);

Completed in 54 milliseconds