Searched refs:tmpStart (Results 1 – 1 of 1) sorted by relevance
133 int tmpStart = op.positionStart; in applyRemove() local177 op = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null); in applyRemove()187 int tmpStart = op.positionStart; in applyUpdate() local199 tmpStart = position; in applyUpdate()208 tmpStart = position; in applyUpdate()217 op = obtainUpdateOp(UpdateOp.UPDATE, tmpStart, tmpCount, payload); in applyUpdate()244 int tmpStart = updatePositionWithPostponed(op.positionStart, op.cmd); in dispatchAndUpdateViewHolders() local246 Log.d(TAG, "pos:" + op.positionStart + ",updatedPos:" + tmpStart); in dispatchAndUpdateViewHolders()270 continuous = updatedPos == tmpStart + 1; in dispatchAndUpdateViewHolders()273 continuous = updatedPos == tmpStart; in dispatchAndUpdateViewHolders()[all …]