Searched refs:TY_END (Results 1 – 1 of 1) sorted by relevance
39 private static final float TY_END = 200; field in MultiPropertyAnimations59 view.setTranslationY(TY_START + fraction * (TY_END - TY_START)); in runValueAnimator()71 view.animate().translationX(TX_END).translationY(TY_END); in runViewPropertyAnimator()79 ObjectAnimator.ofFloat(view, View.TRANSLATION_Y, TY_END).start(); in runObjectAnimators()89 PropertyValuesHolder pvhTY = PropertyValuesHolder.ofFloat(View.TRANSLATION_Y, TY_END); in runObjectAnimator()