Searched refs:ScaleAnimation (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapsActivity.java32 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);
H A DMipMapActivity.java32 import android.view.animation.ScaleAnimation;
/frameworks/base/core/java/android/view/animation/
H A DScaleAnimation.java30 public class ScaleAnimation extends Animation { class in inherits:Animation
57 * Constructor used when a ScaleAnimation is loaded from a resource.
62 public ScaleAnimation(Context context, AttributeSet attrs) { method in class:ScaleAnimation
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) { method in class:ScaleAnimation
156 * Constructor to use when building a ScaleAnimation from code
171 public ScaleAnimation(float fromX, float toX, float fromY, float toY, method in class:ScaleAnimation
187 * Constructor to use when building a ScaleAnimation from code
212 public ScaleAnimation(floa method in class:ScaleAnimation
[all...]
H A DAnimationUtils.java120 anim = new ScaleAnimation(c, attrs);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java34 import android.view.animation.ScaleAnimation;
400 Animation scale = new ScaleAnimation(scaleW, 1, scaleH, 1,
518 Animation scale = new ScaleAnimation(1f, scaleW, 1f, scaleW,
539 Animation scale = new ScaleAnimation(scaleW, 1f, scaleW, 1f,
611 Animation scaleAnim = new ScaleAnimation(scale, 1, scale, 1,
675 Animation scaleAnim = new ScaleAnimation(1, scale, 1, scale,
713 Animation scale = new ScaleAnimation(1, scaleW, 1, scaleH,
730 a = new ScaleAnimation(scaleW, 1, scaleH, 1,
755 a = new ScaleAnimation(scaleW, 1, scaleH, 1,
783 Animation scale = new ScaleAnimation(
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java33 import android.view.animation.ScaleAnimation;
920 Animation scaleAnimation = new ScaleAnimation(scale, scale, 0, 0);
1003 final Animation scaleAnimation = new ScaleAnimation(1f, 1f, scale, scale);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java42 import android.view.animation.ScaleAnimation;
756 ScaleAnimation scale = new ScaleAnimation(startScale, endScale, startScale, endScale,

Completed in 612 milliseconds