HomeSort by relevance Sort by last modified time
    Searched full:animationset (Results 1 - 25 of 36) sorted by null

1 2

  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java 31 import android.view.animation.AnimationSet;
64 new AnimationSet(true);
71 new AnimationSet(mActivity, attr);
75 final AnimationSet animationSet = createAnimationSet();
76 animationSet.setDuration(ANIMATIONSET_DURATION);
78 List<Animation> children = animationSet.getAnimations();
83 // After initialize, AnimationSet override the child values.
84 assertFalse(animationSet.isInitialized());
85 animationSet.initialize(INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE, INITIAL_SIZE)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation2.java 23 import android.view.animation.AnimationSet;
37 AnimationSet set = new AnimationSet(true);
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 32 * If AnimationSet sets any properties that its children also set
33 * (for example, duration or fillBefore), the values of AnimationSet
36 * <p>The way that AnimationSet inherits behavior from Animation is important to
37 * understand. Some of the Animation attributes applied to AnimationSet affect the
38 * AnimationSet itself, some are pushed down to the children, and some are ignored,
42 * on an AnimationSet object, will be pushed down to all child animations.</li>
43 * <li>repeatCount, fillEnabled: These properties are ignored for AnimationSet.</li>
44 * <li>startOffset, shareInterpolator: These properties apply to the AnimationSet itself.</li>
48 * release, the values set in XML were ignored for AnimationSet). That is, calling
49 * <code>setDuration(500)</code> on an AnimationSet has the same effect as declarin
    [all...]
AnimationUtils.java 95 AnimationSet parent, AttributeSet attrs) throws XmlPullParserException, IOException {
113 anim = new AnimationSet(c, attrs);
114 createAnimationFromXml(c, parser, (AnimationSet)anim, attrs);
Animation.java 407 * useful when composing complex animations using an {@link AnimationSet }
411 * the start time of the root AnimationSet.
579 * android.view.animation.AnimationSet AnimationSet} to chain
580 * animations. The transformation is not applied before the AnimationSet
596 * android.view.animation.AnimationSet AnimationSet} to chain
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithDisappearingItemBug.java 27 import android.view.animation.AnimationSet;
61 AnimationSet set = new AnimationSet(true);
  /cts/tests/tests/widget/src/android/widget/cts/
ViewAnimatorTest.java 34 import android.view.animation.AnimationSet;
71 AnimationSet expected = new AnimationSet(mActivity, mAttributeSet);
303 AnimationSet expected = new AnimationSet(mActivity, mAttributeSet);
AdapterViewTest.java 30 import android.view.animation.AnimationSet;
418 LayoutAnimationController lAC = new LayoutAnimationController(new AnimationSet(true));
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 29 import android.view.animation.AnimationSet;
442 AnimationSet animSet = new AnimationSet(getContext(), null);
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
PhotoView.java 122 // TODO: Use AnimationSet to chain two animations.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimDescriptors.java 80 "set", "Set", "AnimationSet", "Animation", //$NON-NLS-1$ //$NON-NLS-3$ //$NON-NLS-4$
  /frameworks/base/docs/html/guide/topics/graphics/
view-animation.jd 23 {@link android.view.animation.AnimationSet} class and other {@link
  /frameworks/support/v4/java/android/support/v4/app/
FragmentManager.java 33 import android.view.animation.AnimationSet;
720 AnimationSet set = new AnimationSet(false);
    [all...]
  /frameworks/base/core/java/android/os/
Build.java 358 * <li> {@link android.view.animation.AnimationSet} will parse out
  /frameworks/base/docs/html/guide/topics/resources/
animation-resource.jd 417 android.view.animation.AnimationSet}.
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 143 import android.view.animation.AnimationSet;
    [all...]
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 

Completed in 518 milliseconds

1 2