Searched refs:oldPos (Results 1 – 7 of 7) sorted by relevance
791 final int oldPos = mPos; in addSafely() local797 mPos = oldPos; in addSafely()
545 public static PositionConstraint scrap(int oldPos, int preLayoutPos, int postLayoutPos) { in scrap() argument548 constraint.mOldPos = oldPos; in scrap()
3327 final int oldPos = previousItems.indexOf(tvh.mBoundItem); in notifyDataSetChangedWithStableIds()3329 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()
959 final int oldPos = (int) (width * oldOffset); in moveDrawerToOffset() local961 final int dx = newPos - oldPos; in moveDrawerToOffset()
11577 final int oldPos = viewHolder.getOldPosition(); in buildAdapterChangeFlagsForAnimations() local11579 if (oldPos != NO_POSITION && pos != NO_POSITION && oldPos != pos){ in buildAdapterChangeFlagsForAnimations()