Searched refs:disappearingItemView (Results 1 – 1 of 1) sorted by relevance
94 View disappearingItemView = viewHolder.itemView; in animateDisappearance() local95 int newLeft = postLayoutInfo == null ? disappearingItemView.getLeft() : postLayoutInfo.left; in animateDisappearance()96 int newTop = postLayoutInfo == null ? disappearingItemView.getTop() : postLayoutInfo.top; in animateDisappearance()98 disappearingItemView.layout(newLeft, newTop, in animateDisappearance()99 newLeft + disappearingItemView.getWidth(), in animateDisappearance()100 newTop + disappearingItemView.getHeight()); in animateDisappearance()102 Log.d(TAG, "DISAPPEARING: " + viewHolder + " with view " + disappearingItemView); in animateDisappearance()107 Log.d(TAG, "REMOVED: " + viewHolder + " with view " + disappearingItemView); in animateDisappearance()