Searched refs:oldPos (Results 1 – 8 of 8) sorted by relevance
791 final int oldPos = mPos; in addSafely() local797 mPos = oldPos; in addSafely()
549 public static PositionConstraint scrap(int oldPos, int preLayoutPos, int postLayoutPos) { in scrap() argument552 constraint.mOldPos = oldPos; in scrap()
3587 final int oldPos = previousItems.indexOf(tvh.mBoundItem); in notifyDataSetChangedWithStableIds()3589 oldPositionToNewPositionMapping.get(oldPos).intValue(), in notifyDataSetChangedWithStableIds()
929 final int oldPos = mPos; in addSafely() local935 mPos = oldPos; in addSafely()
267 final int oldPos = cursor.getPosition(); in cursorFillWindow() local316 cursor.moveToPosition(oldPos); in cursorFillWindow()
911 final int oldPos = (int) (width * oldOffset); in moveDrawerToOffset() local913 final int dx = newPos - oldPos; in moveDrawerToOffset()
11876 final int oldPos = viewHolder.getOldPosition(); in buildAdapterChangeFlagsForAnimations() local11878 if (oldPos != NO_POSITION && pos != NO_POSITION && oldPos != pos) { in buildAdapterChangeFlagsForAnimations()
12434 final int oldPos = viewHolder.getOldPosition(); in buildAdapterChangeFlagsForAnimations() local12436 if (oldPos != NO_POSITION && pos != NO_POSITION && oldPos != pos) { in buildAdapterChangeFlagsForAnimations()