Searched refs:mDocumentPageCount (Results 1 – 2 of 2) sorted by relevance
98 private int mDocumentPageCount = PrintDocumentInfo.PAGE_COUNT_UNKNOWN; field in PageAdapter229 if (mDocumentPageCount != documentPageCount) { in update()230 mDocumentPageCount = documentPageCount; in update()354 pageInDocument + 1, mDocumentPageCount)); in onBindViewHolder()358 pageInDocument + 1, mDocumentPageCount); in onBindViewHolder()390 mSelectedPages, mDocumentPageCount); in getSelectedPages()553 mSelectedPages[i], mDocumentPageCount); in computePageIndexInDocument()635 boundPagesInDocument, mDocumentPageCount); in computeRequestedPages()652 mDocumentPageCount); in computeRequestedPages()690 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()