Searched refs:postponed (Results 1 – 1 of 1) sorted by relevance
331 UpdateOp postponed = mPostponedList.get(i); in updatePositionWithPostponed() local332 if (postponed.cmd == UpdateOp.MOVE) { in updatePositionWithPostponed()334 if (postponed.positionStart < postponed.itemCount) { in updatePositionWithPostponed()335 start = postponed.positionStart; in updatePositionWithPostponed()336 end = postponed.itemCount; in updatePositionWithPostponed()338 start = postponed.itemCount; in updatePositionWithPostponed()339 end = postponed.positionStart; in updatePositionWithPostponed()343 if (start == postponed.positionStart) { in updatePositionWithPostponed()345 postponed.itemCount++; in updatePositionWithPostponed()347 postponed.itemCount--; in updatePositionWithPostponed()[all …]