HomeSort by relevance Sort by last modified time
    Searched defs:AlphaAnimation (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/view/animation/
AlphaAnimation.java 29 public class AlphaAnimation extends Animation {
34 * Constructor used when an AlphaAnimation is loaded from a resource.
39 public AlphaAnimation(Context context, AttributeSet attrs) {
43 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AlphaAnimation);
52 * Constructor to use when building an AlphaAnimation from code
58 public AlphaAnimation(float fromAlpha, float toAlpha) {
  /cts/tests/tests/view/src/android/view/animation/cts/
AlphaAnimationTest.java 23 import android.view.animation.AlphaAnimation;
33 * Test {@link AlphaAnimation}.
35 @TestTargetClass(AlphaAnimation.class)
40 notes = "Test constructor(s) of {@link AlphaAnimation}",
41 method = "AlphaAnimation",
46 notes = "Test constructor(s) of {@link AlphaAnimation}",
47 method = "AlphaAnimation",
54 new AlphaAnimation(mContext, attrs);
56 new AlphaAnimation(0.0f, 1.0f);
62 notes = "Test {@link AlphaAnimation#willChangeBounds()}. This method always"
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 40 milliseconds