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

  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 31 * If AnimationSet sets any properties that its children also set
32 * (for example, duration or fillBefore), the values of AnimationSet
35 public class AnimationSet extends Animation {
56 * Constructor used when an AnimationSet is loaded from a resource.
61 public AnimationSet(Context context, AttributeSet attrs) {
65 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AnimationSet);
76 * Constructor to use when building an AnimationSet from code
79 * should use the interpolator assocciated with this AnimationSet.
82 public AnimationSet(boolean shareInterpolator) {
88 protected AnimationSet clone() throws CloneNotSupportedException
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 31 import android.view.animation.AnimationSet;
44 @TestTargetClass(AnimationSet.class)
72 method = "AnimationSet",
77 method = "AnimationSet",
82 new AnimationSet(true);
89 new AnimationSet(mActivity, attr);
100 final AnimationSet animationSet = createAnimationSet();
101 animationSet.setDuration(ANIMATIONSET_DURATION);
103 List<Animation> children = animationSet.getAnimations()
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 49 milliseconds