Home
last modified time | relevance | path

Searched refs:Rotate3dAnimation (Results 1 – 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/animation/
DTransition3d.java94 final Rotate3dAnimation rotation = in applyRotation()
95 new Rotate3dAnimation(start, end, centerX, centerY, 310.0f, true); in applyRotation()
151 Rotate3dAnimation rotation; in run()
158 rotation = new Rotate3dAnimation(90, 180, centerX, centerY, 310.0f, false); in run()
164 rotation = new Rotate3dAnimation(90, 0, centerX, centerY, 310.0f, false); in run()
DRotate3dAnimation.java28 public class Rotate3dAnimation extends Animation { class
52 public Rotate3dAnimation(float fromDegrees, float toDegrees, in Rotate3dAnimation() method in Rotate3dAnimation