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

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DReflectionInflaterTest.java29 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/
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.java154 anim = new ScaleAnimation(c, attrs);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java77 import android.view.animation.ScaleAnimation;
666 Animation scale = new ScaleAnimation(scaleW, 1, scaleH, 1,
1007 Animation scale = new ScaleAnimation(1f, scaleW, 1f, scaleW, pivotX, pivotY);
1052 Animation scale = new ScaleAnimation(scaleW, 1f, scaleW, 1f, pivotX, pivotY);
1173 Animation scaleAnim = new ScaleAnimation(
1280 final ScaleAnimation scale = enter ?
1281 new ScaleAnimation(scaleH, 1, scaleV, 1, scaleHCenter, scaleVCenter)
1282 : new ScaleAnimation(1, scaleH, 1, scaleV, scaleHCenter, scaleVCenter);
1329 Animation scale = new ScaleAnimation(1, scaleW, 1, scaleH,
1346 a = new ScaleAnimation(scale
[all...]
H A DDragState.java54 import android.view.animation.ScaleAnimation;
606 set.addAnimation(new ScaleAnimation(1, 0, 1, 0, mThumbOffsetX, mThumbOffsetY));
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java36 import android.view.animation.ScaleAnimation;
1052 Animation scaleAnimation = new ScaleAnimation(scale, scale, 0, 0);
1145 final Animation scaleAnimation = new ScaleAnimation(1f, 1f, scale, scale);
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentManager.java63 import android.view.animation.ScaleAnimation;
1102 ScaleAnimation scale = new ScaleAnimation(startScale, endScale, startScale, endScale,
/frameworks/base/
H A Dcompiled-classes-phone4687 android.view.animation.ScaleAnimation

Completed in 902 milliseconds