HomeSort by relevance Sort by last modified time
    Searched refs:pvhY (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
MultiPropertyAnimation.java 95 PropertyValuesHolder pvhY = PropertyValuesHolder.ofFloat("y", ball.getY(),
99 pvhY, pvhAlpha).setDuration(DURATION/2);
120 pvhY = PropertyValuesHolder.ofFloat("y", ball.getY(), getHeight() - BALL_SIZE);
126 ObjectAnimator yxBouncer = ObjectAnimator.ofPropertyValuesHolder(ball, pvhY,
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 76 PropertyValuesHolder pvhY = PropertyValuesHolder.ofFloat(View.SCALE_Y, 2);
78 ObjectAnimator.ofPropertyValuesHolder(scaleButton, pvhX, pvhY);

Completed in 37 milliseconds