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

  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 75 PropertyValuesHolder pvhX = PropertyValuesHolder.ofFloat(View.SCALE_X, 2);
78 ObjectAnimator.ofPropertyValuesHolder(scaleButton, pvhX, pvhY);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
MultiPropertyAnimation.java 125 PropertyValuesHolder pvhX = PropertyValuesHolder.ofKeyframe("x", kf0, kf1, kf2);
127 pvhX).setDuration(DURATION/2);

Completed in 3037 milliseconds