Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPageAdapter.java330 final int pageInDocument = computePageIndexInDocument(position); in onBindViewHolder()
379 if (mConfirmedPagesInDocument.indexOfKey(computePageIndexInDocument(position)) >= 0) { in getItemViewType()
388 return computePageIndexInDocument(position); in getItemId()
576 private int computePageIndexInDocument(int indexInAdapter) { in computePageIndexInDocument() method in PageAdapter
765 final int boundPageInDocument = computePageIndexInDocument(boundPageInAdapter); in computeBoundPagesInDocument()
810 int startVisibleDocument = computePageIndexInDocument(visiblePagesInAdapter.getStart()); in startPreloadContent()
811 int endVisibleDocument = computePageIndexInDocument(visiblePagesInAdapter.getEnd()); in startPreloadContent()
851 final int pageInDocument = computePageIndexInDocument(pageInAdapter); in onClick()