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

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAnimationSetTest.java 8 import android.view.animation.RotateAnimation;
29 final Animation spin = new RotateAnimation(0, 360);
  /cts/tests/tests/view/src/android/view/animation/cts/
RotateAnimationTest.java 33 import android.view.animation.RotateAnimation;
71 new RotateAnimation(mActivity, null);
78 new RotateAnimation(mActivity, attr);
80 // Test {@link RotateAnimation#RotateAnimation(float, float)}
81 new RotateAnimation(0.6f, 0.6f);
83 new RotateAnimation(-0.6f, -0.6f);
85 // Test {@link RotateAnimation#RotateAnimation(float, float, float, float)}
86 new RotateAnimation(0.6f, 0.6f, 0.6f, 0.6f)
    [all...]
  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 26 import android.view.animation.RotateAnimation;
68 final RotateAnimation rotateAnimation = new RotateAnimation(0, 360,
70 rotateAnimation.setDuration(1000);
80 setAnimation.addAnimation(rotateAnimation);
85 setupAnimation(rotateButton, rotateAnimation, R.anim.rotate_anim);
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 73 import android.view.animation.RotateAnimation;
427 RotateAnimation animation = new RotateAnimation(0.1f, 0.1f);
917 RotateAnimation animation = new RotateAnimation(0.1f, 0.1f);
    [all...]

Completed in 653 milliseconds