Searched refs:cachedCount (Results 1 – 1 of 1) sorted by relevance
6149 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForMove() local6150 for (int i = 0; i < cachedCount; i++) { in offsetPositionRecordsForMove()6168 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForInsert() local6169 for (int i = 0; i < cachedCount; i++) { in offsetPositionRecordsForInsert()6189 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForRemove() local6190 for (int i = cachedCount - 1; i >= 0; i--) { in offsetPositionRecordsForRemove()6232 final int cachedCount = mCachedViews.size(); in viewRangeUpdate() local6251 for (int i = 0; i < cachedCount; i++) { in setAdapterPositionsAsUnknown()6262 for (int i = 0; i < cachedCount; i++) { in markKnownViewsInvalid()6277 for (int i = 0; i < cachedCount; i++) { in clearOldPositions()[all …]