Searched refs:computePageIndexInFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java321 final int pageIndexInFile = computePageIndexInFile(pageInDocument);
563 private int computePageIndexInFile(int pageIndexInDocument) { method in class:PageAdapter
783 final int startPageInFile = computePageIndexInFile(startPageInDocument);
785 final int endPageInFile = computePageIndexInFile(endPageInDocument);

Completed in 29 milliseconds