HomeSort by relevance Sort by last modified time
    Searched refs:ScaleAnimation (Results 1 - 25 of 35) sorted by null

1 2

  /developers/build/prebuilts/gradle/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 28 import android.view.animation.ScaleAnimation;
62 ScaleAnimation scaleAnimation = new ScaleAnimation(1.0f, 0.7f, 1.0f, 0.7f,
64 scaleAnimation.setDuration(300);
65 scaleAnimation.setRepeatCount(1);
66 scaleAnimation.setRepeatMode(Animation.REVERSE);
67 mRectBackground.startAnimation(scaleAnimation);
  /developers/samples/android/wearable/wear/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java 28 import android.view.animation.ScaleAnimation;
62 ScaleAnimation scaleAnimation = new ScaleAnimation(1.0f, 0.7f, 1.0f, 0.7f,
64 scaleAnimation.setDuration(300);
65 scaleAnimation.setRepeatCount(1);
66 scaleAnimation.setRepeatMode(Animation.REVERSE);
67 mRectBackground.startAnimation(scaleAnimation);
  /development/samples/browseable/WatchViewStub/src/com.example.android.google.wearable.watchviewstub/
MainActivity.java 28 import android.view.animation.ScaleAnimation;
62 ScaleAnimation scaleAnimation = new ScaleAnimation(1.0f, 0.7f, 1.0f, 0.7f,
64 scaleAnimation.setDuration(300);
65 scaleAnimation.setRepeatCount(1);
66 scaleAnimation.setRepeatMode(Animation.REVERSE);
67 mRectBackground.startAnimation(scaleAnimation);
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
ReflectionInflaterTest.java 29 import android.view.animation.ScaleAnimation;
52 assertTrue(animations.get(0) instanceof ScaleAnimation);
67 assertTrue(animations.get(0) instanceof ScaleAnimation);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapsActivity.java 32 import android.view.animation.ScaleAnimation;
45 ScaleAnimation a = new ScaleAnimation(1.0f, 2.0f, 1.0f, 2.0f,
46 ScaleAnimation.RELATIVE_TO_SELF, 0.5f,
47 ScaleAnimation.RELATIVE_TO_SELF,0.5f);
MipMapActivity.java 32 import android.view.animation.ScaleAnimation;
  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 27 import android.view.animation.ScaleAnimation;
73 final ScaleAnimation scaleAnimation = new ScaleAnimation(1, 2, 1, 2);
74 scaleAnimation.setDuration(1000);
81 setAnimation.addAnimation(scaleAnimation);
86 setupAnimation(scaleButton, scaleAnimation, R.anim.scale_anim);
  /cts/tests/tests/view/src/android/view/animation/cts/
ScaleAnimationTest.java 35 import android.view.animation.ScaleAnimation;
77 new ScaleAnimation(mActivity, attr);
79 new ScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y);
81 new ScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y, Animation.RELATIVE_TO_SELF, PIVOT_X,
84 new ScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y, PIVOT_X, PIVOT_Y);
92 MyScaleAnimation scaleAnimation = new MyScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y,
96 scaleAnimation.initialize(50, 50, 100, 100);
98 scaleAnimation.applyTransformation(0.0f, transformation);
104 scaleAnimation.applyTransformation(0.5f, transformation);
110 scaleAnimation.applyTransformation(1.0f, transformation)
    [all...]
AnimationSetTest.java 39 import android.view.animation.ScaleAnimation;
116 Animation animation2 = new ScaleAnimation(1.0f, 2.0f, 1.0f, 3.0f);
385 animationSet.addAnimation(new ScaleAnimation(1.0f, 2.0f, 1.0f, 2.0f));
396 final Animation scale = new ScaleAnimation(1.0f, 2.0f, 1.0f, 3.0f);
LayoutAnimationControllerTest.java 38 import android.view.animation.ScaleAnimation;
422 Animation animation = new ScaleAnimation(0.0f, 10.0f, 0.0f, 20.0f);
  /frameworks/base/core/java/android/view/animation/
ScaleAnimation.java 30 public class ScaleAnimation extends Animation {
57 * Constructor used when a ScaleAnimation is loaded from a resource.
62 public ScaleAnimation(Context context, AttributeSet attrs) {
68 com.android.internal.R.styleable.ScaleAnimation);
136 * Constructor to use when building a ScaleAnimation from code
145 public ScaleAnimation(float fromX, float toX, float fromY, float toY) {
156 * Constructor to use when building a ScaleAnimation from code
171 public ScaleAnimation(float fromX, float toX, float fromY, float toY,
187 * Constructor to use when building a ScaleAnimation from code
212 public ScaleAnimation(float fromX, float toX, float fromY, float toY
    [all...]
AnimationUtils.java 154 anim = new ScaleAnimation(c, attrs);
  /packages/apps/Messaging/src/com/android/messaging/util/
UiUtils.java 43 import android.view.animation.ScaleAnimation;
210 final ScaleAnimation showHideAnimation =
211 new ScaleAnimation(fromScale, toScale, fromScale, toScale,
212 ScaleAnimation.RELATIVE_TO_SELF, 0.5f,
213 ScaleAnimation.RELATIVE_TO_SELF, 0.5f);
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 78 import android.view.animation.ScaleAnimation;
669 Animation scale = new ScaleAnimation(scaleW, 1, scaleH, 1,
    [all...]
DragState.java 54 import android.view.animation.ScaleAnimation;
606 set.addAnimation(new ScaleAnimation(1, 0, 1, 0, mThumbOffsetX, mThumbOffsetY));
  /packages/apps/Messaging/src/com/android/messaging/ui/
MultiAttachmentLayout.java 25 import android.view.animation.ScaleAnimation;
388 animationSet.addAnimation(new ScaleAnimation(scaleX, 1, scaleY, 1));
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
PieRenderer.java 47 private ScaleAnimation mAnimation = new ScaleAnimation();
776 private class ScaleAnimation extends Animation {
780 public ScaleAnimation() {
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
PieRenderer.java 49 private ScaleAnimation mAnimation = new ScaleAnimation();
783 private class ScaleAnimation extends Animation {
787 public ScaleAnimation() {
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java 36 import android.view.animation.ScaleAnimation;
    [all...]
  /frameworks/support/fragment/java/android/support/v4/app/
FragmentManager.java 63 import android.view.animation.ScaleAnimation;
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 831 milliseconds

1 2