Searched refs:prevTranslationY (Results 1 – 2 of 2) sorted by relevance
339 val prevTranslationY = view.translationY regex342 view.translationY = prevTranslationY + translationYBy * progress
328 final float prevTranslationY = oldHolder.itemView.getTranslationY(); in animateChange() local332 int deltaY = (int) (toY - fromY - prevTranslationY); in animateChange()335 oldHolder.itemView.setTranslationY(prevTranslationY); in animateChange()