Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java5493 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForMove() local
5494 for (int i = 0; i < cachedCount; i++) { in offsetPositionRecordsForMove()
5512 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForInsert() local
5513 for (int i = 0; i < cachedCount; i++) { in offsetPositionRecordsForInsert()
5533 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForRemove() local
5534 for (int i = cachedCount - 1; i >= 0; i--) { in offsetPositionRecordsForRemove()
5576 final int cachedCount = mCachedViews.size(); in viewRangeUpdate() local
5577 for (int i = cachedCount - 1; i >= 0; i--) { in viewRangeUpdate()
5594 final int cachedCount = mCachedViews.size(); in setAdapterPositionsAsUnknown() local
5595 for (int i = 0; i < cachedCount; i++) { in setAdapterPositionsAsUnknown()
[all …]