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

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Rotate3dAnimation.java 28 public class Rotate3dAnimation extends Animation {
52 public Rotate3dAnimation(float fromDegrees, float toDegrees,
Transition3d.java 94 final Rotate3dAnimation rotation =
95 new Rotate3dAnimation(start, end, centerX, centerY, 310.0f, true);
151 Rotate3dAnimation rotation;
158 rotation = new Rotate3dAnimation(90, 180, centerX, centerY, 310.0f, false);
164 rotation = new Rotate3dAnimation(90, 0, centerX, centerY, 310.0f, false);

Completed in 130 milliseconds