HomeSort by relevance Sort by last modified time
    Searched full:scaleanimation (Results 1 - 15 of 15) sorted by null

  /cts/tests/tests/view/src/android/view/animation/cts/
ScaleAnimationTest.java 33 import android.view.animation.ScaleAnimation;
36 @TestTargetClass(android.view.animation.ScaleAnimation.class)
64 method = "ScaleAnimation",
69 method = "ScaleAnimation",
74 method = "ScaleAnimation",
79 method = "ScaleAnimation",
89 new ScaleAnimation(mActivity, attr);
91 new ScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y);
93 new ScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y, Animation.RELATIVE_TO_SELF, PIVOT_X,
96 new ScaleAnimation(FROM_X, TO_X, FROM_Y, TO_Y, PIVOT_X, PIVOT_Y)
    [all...]
AnimationSetTest.java 32 import android.view.animation.ScaleAnimation;
125 Animation animation2 = new ScaleAnimation(1.0f, 2.0f, 1.0f, 3.0f);
488 animationSet.addAnimation(new ScaleAnimation(1.0f, 2.0f, 1.0f, 2.0f));
503 final Animation scale = new ScaleAnimation(1.0f, 2.0f, 1.0f, 3.0f);
LayoutAnimationControllerTest.java 41 import android.view.animation.ScaleAnimation;
506 Animation animation = new ScaleAnimation(0.0f, 10.0f, 0.0f, 20.0f);
  /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);
  /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);
134 * Constructor to use when building a ScaleAnimation from code
143 public ScaleAnimation(float fromX, float toX, float fromY, float toY) {
154 * Constructor to use when building a ScaleAnimation from code
169 public ScaleAnimation(float fromX, float toX, float fromY, float toY,
184 * Constructor to use when building a ScaleAnimation from code
209 public ScaleAnimation(float fromX, float toX, float fromY, float toY
    [all...]
AnimationUtils.java 118 anim = new ScaleAnimation(c, attrs);
Animation.java 597 * an Animation such as the pivot points in {@link ScaleAnimation} and {@link RotateAnimation}.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimDescriptors.java 93 "scale", "Scale", "ScaleAnimation", "Animation", //$NON-NLS-1$ //$NON-NLS-3$ //$NON-NLS-4$
  /external/chromium/chrome/browser/ui/cocoa/
tabpose_window.mm     [all...]
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 37 import android.view.animation.ScaleAnimation;
682 ScaleAnimation scale = new ScaleAnimation(startScale, endScale, startScale, endScale,
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
animation-resource.jd 452 android.view.animation.ScaleAnimation}.
    [all...]
  /cts/tools/dex-tools/dex/
classes.out.dex     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]
  /frameworks/base/docs/html/
sitemap.txt     [all...]

Completed in 530 milliseconds