Searched refs:tmpStart (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | AdapterHelper.java | 133 int tmpStart = op.positionStart; 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() 177 op = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null); in applyRemove() 187 int tmpStart = op.positionStart; in applyUpdate() local 195 UpdateOp newOp = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount, in applyUpdate() 199 tmpStart = position; in applyUpdate() 204 UpdateOp newOp = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount, in applyUpdate() 208 tmpStart = position; in applyUpdate() 217 op = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount, payload); in applyUpdate() [all …]
|