Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DAdapterHelper.java134 int tmpCount = 0; in applyRemove() local
150 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null); in applyRemove()
161 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null); in applyRemove()
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()
177 op = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null); in applyRemove()
188 int tmpCount = 0; in applyUpdate() local
[all …]