Home
last modified time | relevance | path

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

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