Searched refs:tmpStart (Results 1 – 1 of 1) sorted by relevance
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | AdapterHelper.java | 135 int tmpStart = op.positionStart; in applyRemove() local 152 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null); in applyRemove() 163 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null); in applyRemove() 179 op = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null); in applyRemove() 189 int tmpStart = op.positionStart; in applyUpdate() local 197 UpdateOp newOp = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount, in applyUpdate() 201 tmpStart = position; in applyUpdate() 206 UpdateOp newOp = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount, in applyUpdate() 210 tmpStart = position; in applyUpdate() 219 op = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount, payload); in applyUpdate() [all …]
|