Searched refs:xMotion (Results 1 – 1 of 1) sorted by relevance
361 ObjectAnimator xMotion = ofFloat(view, VIEW_TRANSLATE_X, to.left); in animateView() local366 xMotion.setEvaluator(evaluator); in animateView()368 anim.add(xMotion, interpolator, SpringProperty.DEFAULT); in animateView()