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

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

Completed in 68 milliseconds