Searched defs:translationY (Results 1 – 2 of 2) sorted by relevance
520 public ViewPropertyAnimator translationY(float value) { in translationY() method in ViewPropertyAnimator
344 … PropertyValuesHolder translationY = PropertyValuesHolder.ofFloat("translationY", transY); in transformViewAtIndex() local