HomeSort by relevance Sort by last modified time
    Searched full:changecoordinates (Results 1 - 1 of 1) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 102 changeCoordinates((float) x, (float) y);
105 public void changeCoordinates(float x, float y) {
112 changeCoordinates(point.x, point.y);
166 // changeCoordinates(float x, float y) is called on this during the animation.
167 mAnimator = ObjectAnimator.ofMultiFloat(this, "changeCoordinates", path);

Completed in 67 milliseconds