Home | History | Annotate | Download | only in widget

Lines Matching defs:translationX

501             final float translationX =
505 (int) (drawArea.centerX() + (mLeftPosition - refCenter + translationX) * scale);
2223 final float translationX = current.getTranslationX() * mScale;
2226 final ValueAnimator decelerationX = ValueAnimator.ofFloat(translationX,
2227 translationX + duration / factor * velocityX);