Searched refs:oldIndex (Results 1 – 9 of 9) sorted by relevance
150 int oldIndex = indexOf(item); in change() local151 if (oldIndex != -1) { in change()152 T old = mItems.get(oldIndex); in change()154 mItems.set(oldIndex, item); in change()155 notifyItemRangeChanged(oldIndex, 1); in change()158 mItems.remove(oldIndex); in change()163 if (oldIndex != -1) { in change()164 notifyItemRangeRemoved(oldIndex, 1); in change()
313 final int oldIndex = i + shiftAmount; in testShift() local314 final int x = oldIndex; in testShift()315 final int y = oldIndex * 2; in testShift()316 final int pointerId = oldIndex * 3; in testShift()317 final int time = oldIndex * 4; in testShift()
480 int oldIndex = mCurrentIndex; in onCreate()488 if (oldIndex == 0 && mCurrentIndex > 0 in onCreate()495 } else if (oldIndex == 2 && mCurrentIndex == 1) { in onCreate()499 } else if (oldIndex >= 1 && mCurrentIndex == 0) { in onCreate()
1111 final int oldIndex = mDragOutlineCurrent; in visualizeDropLocation() local1112 mDragOutlineAnims[oldIndex].animateOut(); in visualizeDropLocation()1113 mDragOutlineCurrent = (oldIndex + 1) % mDragOutlines.length; in visualizeDropLocation()1138 final int oldIndex = mDragOutlineCurrent; in clearDragOutlines() local1139 mDragOutlineAnims[oldIndex].animateOut(); in clearDragOutlines()
1263 final int oldIndex = mDragOutlineCurrent; in visualizeDropLocation() local1264 mDragOutlineAnims[oldIndex].animateOut(); in visualizeDropLocation()1265 mDragOutlineCurrent = (oldIndex + 1) % mDragOutlines.length; in visualizeDropLocation()1278 final int oldIndex = mDragOutlineCurrent; in clearDragOutlines() local1279 mDragOutlineAnims[oldIndex].animateOut(); in clearDragOutlines()
470 final int oldIndex = mDragEnteredEntryIndex; in markDropArea() local
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...