Home | History | Annotate | Download | only in model

Lines Matching refs:mPageCount

425         private int mPageCount = PrintDocumentInfo.PAGE_COUNT_UNKNOWN;
502 mPageCount = PrintDocumentInfo.PAGE_COUNT_UNKNOWN;
547 if (lastShownPage + halfPreloadCount >= mPageCount) {
548 excessFromEnd = (lastShownPage + halfPreloadCount) - mPageCount;
555 mPageCount - 1);
573 return mPageCount;
709 mPageCount = PrintDocumentInfo.PAGE_COUNT_UNKNOWN;
715 mPageCount = PrintDocumentInfo.PAGE_COUNT_UNKNOWN;
721 mPageCount = pageCount;