Searched refs:AnimationSet (Results 1 - 15 of 15) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DReflectionInflaterTest.java28 import android.view.animation.AnimationSet;
48 assertTrue(result instanceof AnimationSet);
49 final AnimationSet set = (AnimationSet) result;
63 assertTrue(result instanceof AnimationSet);
64 final AnimationSet set = (AnimationSet) result;
78 final AnimationSet group = (AnimationSet) parent;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithDisappearingItemBug.java27 import android.view.animation.AnimationSet;
61 AnimationSet set = new AnimationSet(true);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowAnimationSpec.java32 import android.view.animation.AnimationSet;
165 } else if (animation instanceof AnimationSet) {
166 AnimationSet set = (AnimationSet) animation;
H A DAppTransition.java113 import android.view.animation.AnimationSet;
682 AnimationSet set = new AnimationSet(false);
866 AnimationSet set = new AnimationSet(false);
1082 // This AnimationSet uses the Interpolators assigned above.
1083 AnimationSet set = new AnimationSet(false);
1104 // This AnimationSet uses the Interpolators assigned above.
1105 AnimationSet se
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java32 * 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 ha
52 public class AnimationSet extends Animation { class in inherits:Animation
80 public AnimationSet(Context context, AttributeSet attrs) { method in class:AnimationSet
120 public AnimationSet(boolean shareInterpolator) { method in class:AnimationSet
[all...]
H A DAnimationUtils.java161 AnimationSet parent, AttributeSet attrs) throws XmlPullParserException, IOException {
179 anim = new AnimationSet(c, attrs);
180 createAnimationFromXml(c, parser, (AnimationSet)anim, attrs);
/frameworks/base/services/core/java/com/android/server/policy/
H A DStatusBarController.java28 import android.view.animation.AnimationSet;
H A DPhoneWindowManager.java259 import android.view.animation.AnimationSet;
3505 AnimationSet set = (AnimationSet) AnimationUtils.loadAnimation(mContext, onWallpaper ?
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
H A DMediaRouteControllerDialog.java60 import android.view.animation.AnimationSet;
832 AnimationSet animSet = new AnimationSet(true);
964 AnimationSet animSet = new AnimationSet(true);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java52 import android.view.animation.AnimationSet;
393 private final AnimationSet mOpenOverflowAnimation;
394 private final AnimationSet mCloseOverflowAnimation;
506 mOpenOverflowAnimation = new AnimationSet(true);
508 mCloseOverflowAnimation = new AnimationSet(true);
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
H A DMediaRouteControllerDialog.java54 import android.view.animation.AnimationSet;
829 AnimationSet animSet = new AnimationSet(true);
961 AnimationSet animSet = new AnimationSet(true);
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java35 import android.view.animation.AnimationSet;
1055 AnimationSet animationSet = new AnimationSet(true);
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentManager.java49 import android.view.animation.AnimationSet;
740 } else if (anim.animation instanceof AnimationSet) {
741 List<Animation> anims = ((AnimationSet) anim.animation).getAnimations();
1138 AnimationSet set = new AnimationSet(false);
4061 private static class EndViewTransitionAnimator extends AnimationSet implements Runnable {
/frameworks/base/config/
H A Dboot-image-profile.txt6935 HPLandroid/view/animation/AnimationSet;->computeDurationHint()J
6936 HPLandroid/view/animation/AnimationSet;->restrictDuration(J)V
6937 HPLandroid/view/animation/AnimationSet;->scaleCurrentDuration(F)V
[all...]
H A Dpreloaded-classes3530 android.view.animation.AnimationSet

Completed in 1202 milliseconds