Searched refs:Rotate3dAnimation (Results 1 – 2 of 2) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | Transition3d.java | 94 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()
|
D | Rotate3dAnimation.java | 28 public class Rotate3dAnimation extends Animation { class 52 public Rotate3dAnimation(float fromDegrees, float toDegrees, in Rotate3dAnimation() method in Rotate3dAnimation
|