Searched refs:moveX (Results 1 – 2 of 2) sorted by relevance
114 val moveX = PropertyValuesHolder.ofFloat(View.TRANSLATION_X, 0f) in animateMove() constant116 moveAnimator = ObjectAnimator.ofPropertyValuesHolder(holder.itemView, moveX, moveY) in animateMove()118 val moveX = PropertyValuesHolder.ofFloat(View.TRANSLATION_X, 0f) in animateMove() constant119 moveAnimator = ObjectAnimator.ofPropertyValuesHolder(holder.itemView, moveX) in animateMove()
663 float moveX = e2.getX() - e1.getX(); in onFling() local665 float moveVectorNorm = VectorMath.norm2(moveX, moveY); in onFling()668 float dot = VectorMath.dotProduct(mCloseVectorX, mCloseVectorY, moveX, moveY); in onFling()