Searched refs:removedItem (Results 1 – 2 of 2) sorted by relevance
71 LocalData removedItem = mList.remove(index); in remove() local72 mUriMap.remove(removedItem); in remove()73 return removedItem; in remove()
1366 final ViewItem removedItem = mViewItem[removedItemId]; in animateItemRemoval() local1367 final int offsetX = removedItem.getMeasuredWidth() + mViewGapInPixel; in animateItemRemoval()1449 if (removedItem.getTranslationY() < 0) { in animateItemRemoval()1452 removedItem.animateTranslationY(removedItem.getTranslationY() + transY, in animateItemRemoval()1454 removedItem.animateAlpha(0f, GEOMETRY_ADJUST_TIME_MS, mViewAnimInterpolator); in animateItemRemoval()1458 removedItem.removeViewFromHierarchy(false); in animateItemRemoval()