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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java320 final int pageInDocument = computePageIndexInDocument(position);
369 return computePageIndexInDocument(position);
548 private int computePageIndexInDocument(int indexInAdapter) { method in class:PageAdapter
737 final int boundPageInDocument = computePageIndexInDocument(boundPageInAdapter);
782 final int startPageInDocument = computePageIndexInDocument(pageRangeInAdapter.getStart());
784 final int endPageInDocument = computePageIndexInDocument(pageRangeInAdapter.getEnd());
821 final int pageInDocument = computePageIndexInDocument(pageInAdapter);

Completed in 63 milliseconds