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.java737 final int boundPageInDocument = computePageIndexInDocument(boundPageInAdapter); in computeBoundPagesInDocument() local
740 fromPage = boundPageInDocument; in computeBoundPagesInDocument()
744 toPage = boundPageInDocument; in computeBoundPagesInDocument()
747 if (boundPageInDocument > toPage + 1) { in computeBoundPagesInDocument()
750 fromPage = toPage = boundPageInDocument; in computeBoundPagesInDocument()
752 toPage = boundPageInDocument; in computeBoundPagesInDocument()