Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPageAdapter.java765 final int boundPageInDocument = computePageIndexInDocument(boundPageInAdapter); in computeBoundPagesInDocument() local
768 fromPage = boundPageInDocument; in computeBoundPagesInDocument()
772 toPage = boundPageInDocument; in computeBoundPagesInDocument()
775 if (boundPageInDocument > toPage + 1) { in computeBoundPagesInDocument()
778 fromPage = toPage = boundPageInDocument; in computeBoundPagesInDocument()
780 toPage = boundPageInDocument; in computeBoundPagesInDocument()