Home | History | Annotate | Download | only in imageshow

Lines Matching refs:toX

685     private void startAnimTranslation(int fromX, int toX,
687 if (fromX == toX && fromY == toY) {
696 mAnimatorTranslateX = ValueAnimator.ofInt(fromX, toX);