Searched refs:oldIndex (Results 1 – 9 of 9) sorted by relevance
120 int oldIndex = indexWithTypeAndId(item); in change() local121 if (oldIndex != -1) { in change()122 T old = (T) get(oldIndex); in change()124 replace(oldIndex, item); in change()127 removeItems(oldIndex, 1); in change()
91 int oldIndex = mOrderedChildren.indexOf(child); in moveChildBehindTheTop() local92 if (oldIndex == -1) { in moveChildBehindTheTop()97 if (newIndex == oldIndex) { in moveChildBehindTheTop()104 mOrderedChildren.set(oldIndex, tmpChild); in moveChildBehindTheTop()
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()
1009 final int oldIndex = mDragOutlineCurrent; in visualizeDropLocation() local1010 mDragOutlineAnims[oldIndex].animateOut(); in visualizeDropLocation()1011 mDragOutlineCurrent = (oldIndex + 1) % mDragOutlines.length; in visualizeDropLocation()1079 final int oldIndex = mDragOutlineCurrent; in clearDragOutlines() local1080 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()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...