Searched refs:moveY (Results 1 – 1 of 1) sorted by relevance
115 val moveY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, 0f) in animateMove() constant116 moveAnimator = ObjectAnimator.ofPropertyValuesHolder(holder.itemView, moveX, moveY) in animateMove()121 val moveY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, 0f) in animateMove() constant122 moveAnimator = ObjectAnimator.ofPropertyValuesHolder(holder.itemView, moveY) in animateMove()