Searched refs:mBoundPagesInAdapter (Results 1 – 1 of 1) sorted by relevance
79 private final SparseArray<Void> mBoundPagesInAdapter = new SparseArray<>(); field in PageAdapter351 mBoundPagesInAdapter.put(position, null); in onBindViewHolder()761 final int boundPageCount = mBoundPagesInAdapter.size(); in computeBoundPagesInDocument()764 final int boundPageInAdapter = mBoundPagesInAdapter.keyAt(i); in computeBoundPagesInDocument()805 mBoundPagesInAdapter.remove(pageIndexInAdapter); in recyclePageView()