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.java6028 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForMove() local
6029 for (int i = 0; i < cachedCount; i++) { in offsetPositionRecordsForMove()
6047 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForInsert() local
6048 for (int i = 0; i < cachedCount; i++) { in offsetPositionRecordsForInsert()
6068 final int cachedCount = mCachedViews.size(); in offsetPositionRecordsForRemove() local
6069 for (int i = cachedCount - 1; i >= 0; i--) { in offsetPositionRecordsForRemove()
6111 final int cachedCount = mCachedViews.size(); in viewRangeUpdate() local
6112 for (int i = cachedCount - 1; i >= 0; i--) { in viewRangeUpdate()
6129 final int cachedCount = mCachedViews.size(); in setAdapterPositionsAsUnknown() local
6130 for (int i = 0; i < cachedCount; i++) { in setAdapterPositionsAsUnknown()
[all …]