Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DAdapterHelper.java134 int tmpCount = 0; in applyRemove() local
168 position -= tmpCount; // also equal to tmpStart in applyRemove()
169 tmpEnd -= tmpCount; in applyRemove()
170 tmpCount = 1; in applyRemove()
172 tmpCount++; in applyRemove()
175 if (tmpCount != op.itemCount) { // all 1 effect in applyRemove()
188 int tmpCount = 0; in applyUpdate() local
198 tmpCount = 0; in applyUpdate()
207 tmpCount = 0; in applyUpdate()
212 tmpCount++; in applyUpdate()
[all …]