Searched refs:mDocumentPageCount (Results 1 – 2 of 2) sorted by relevance
101 private int mDocumentPageCount = PrintDocumentInfo.PAGE_COUNT_UNKNOWN; field in PageAdapter232 if (mDocumentPageCount != documentPageCount) { in update()233 mDocumentPageCount = documentPageCount; in update()364 pageInDocument + 1, mDocumentPageCount)); in onBindViewHolder()368 pageInDocument + 1, mDocumentPageCount); in onBindViewHolder()409 mSelectedPages, mDocumentPageCount); in getSelectedPages()581 mSelectedPages[i], mDocumentPageCount); in computePageIndexInDocument()663 boundPagesInDocument, mDocumentPageCount); in computeRequestedPages()680 mDocumentPageCount); in computeRequestedPages()718 mDocumentPageCount); in computeRequestedPages()[all …]
62 private int mDocumentPageCount; field in PrintPreviewController140 if (documentPageCount != mDocumentPageCount) { in onContentUpdated()141 mDocumentPageCount = documentPageCount; in onContentUpdated()272 if (mDocumentPageCount == PrintDocumentInfo.PAGE_COUNT_UNKNOWN) { in handleMessage()273 mDocumentPageCount = mPageAdapter.getFilePageCount(); in handleMessage()