Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPageAdapter.java761 final int boundPageCount = mBoundPagesInAdapter.size(); in computeBoundPagesInDocument() local
762 for (int i = 0; i < boundPageCount; i++) { in computeBoundPagesInDocument()