Searched refs:cachedCount (Results 1 – 2 of 2) sorted by relevance
6026 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForMove() local6027 for (int i = 0; i < cachedCount; i++) { in offsetPositionRecordsForMove()6045 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForInsert() local6046 for (int i = 0; i < cachedCount; i++) { in offsetPositionRecordsForInsert()6066 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForRemove() local6067 for (int i = cachedCount - 1; i >= 0; i--) { in offsetPositionRecordsForRemove()6109 final int cachedCount = mCachedViews.size(); in viewRangeUpdate() local6110 for (int i = cachedCount - 1; i >= 0; i--) { in viewRangeUpdate()6127 final int cachedCount = mCachedViews.size(); in setAdapterPositionsAsUnknown() local6128 for (int i = 0; i < cachedCount; i++) { in setAdapterPositionsAsUnknown()[all …]
6464 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForMove() local6465 for (int i = 0; i < cachedCount; i++) { in offsetPositionRecordsForMove()6483 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForInsert() local6484 for (int i = 0; i < cachedCount; i++) { in offsetPositionRecordsForInsert()6504 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForRemove() local6505 for (int i = cachedCount - 1; i >= 0; i--) { in offsetPositionRecordsForRemove()6547 final int cachedCount = mCachedViews.size(); in viewRangeUpdate() local6548 for (int i = cachedCount - 1; i >= 0; i--) { in viewRangeUpdate()6565 final int cachedCount = mCachedViews.size(); in markKnownViewsInvalid() local6566 for (int i = 0; i < cachedCount; i++) { in markKnownViewsInvalid()[all …]