Searched refs:mBoundPagesInAdapter (Results 1 – 1 of 1) sorted by relevance
76 private final SparseArray<Void> mBoundPagesInAdapter = new SparseArray<>(); field in PageAdapter341 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()