Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPageAdapter.java76 private final SparseArray<Void> mBoundPagesInAdapter = new SparseArray<>(); field in PageAdapter
341 mBoundPagesInAdapter.put(position, null); in onBindViewHolder()
733 final int boundPageCount = mBoundPagesInAdapter.size(); in computeBoundPagesInDocument()
736 final int boundPageInAdapter = mBoundPagesInAdapter.keyAt(i); in computeBoundPagesInDocument()
777 mBoundPagesInAdapter.remove(pageIndexInAdapter); in recyclePageView()