Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java6149 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForMove() local
6150 for (int i = 0; i < cachedCount; i++) { in offsetPositionRecordsForMove()
6168 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForInsert() local
6169 for (int i = 0; i < cachedCount; i++) { in offsetPositionRecordsForInsert()
6189 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForRemove() local
6190 for (int i = cachedCount - 1; i >= 0; i--) { in offsetPositionRecordsForRemove()
6232 final int cachedCount = mCachedViews.size(); in viewRangeUpdate() local
6233 for (int i = cachedCount - 1; i >= 0; i--) { in viewRangeUpdate()
6250 final int cachedCount = mCachedViews.size(); in setAdapterPositionsAsUnknown() local
6251 for (int i = 0; i < cachedCount; i++) { in setAdapterPositionsAsUnknown()
[all …]