OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDocumentPageCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintPreviewController.java
62
private int
mDocumentPageCount
;
140
if (documentPageCount !=
mDocumentPageCount
) {
141
mDocumentPageCount
= documentPageCount;
272
if (
mDocumentPageCount
== PrintDocumentInfo.PAGE_COUNT_UNKNOWN) {
273
mDocumentPageCount
= mPageAdapter.getFilePageCount();
PageAdapter.java
98
private int
mDocumentPageCount
= PrintDocumentInfo.PAGE_COUNT_UNKNOWN;
229
if (
mDocumentPageCount
!= documentPageCount) {
230
mDocumentPageCount
= documentPageCount;
354
pageInDocument + 1,
mDocumentPageCount
));
358
pageInDocument + 1,
mDocumentPageCount
);
390
mSelectedPages,
mDocumentPageCount
);
553
mSelectedPages[i],
mDocumentPageCount
);
635
boundPagesInDocument,
mDocumentPageCount
);
652
mDocumentPageCount
);
690
mDocumentPageCount
);
[
all
...]
Completed in 35 milliseconds