Searched refs:AnimationSet (Results 1 – 17 of 17) sorted by relevance
25 import android.view.animation.AnimationSet;61 AnimationSet set = new AnimationSet(true); in onCreate()
32 import android.view.animation.AnimationSet;98 AnimationSet animSet = new AnimationSet(true); in createBoundsInterpolator()114 AnimationSet animSet = new AnimationSet(true); in createBoundsInterpolator()
32 import android.view.animation.AnimationSet;223 } else if (animation instanceof AnimationSet) { in findTranslateAnimation()224 AnimationSet set = (AnimationSet) animation; in findTranslateAnimation()
134 import android.view.animation.AnimationSet;691 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked()699 AnimationSet set = new AnimationSet(true); in createAspectScaledThumbnailFreeformAnimationLocked()
52 public class AnimationSet extends Animation { class80 public AnimationSet(Context context, AttributeSet attrs) { in AnimationSet() method in AnimationSet84 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AnimationSet); in AnimationSet()120 public AnimationSet(boolean shareInterpolator) { in AnimationSet() method in AnimationSet126 protected AnimationSet clone() throws CloneNotSupportedException { in clone()127 final AnimationSet animation = (AnimationSet) super.clone(); in clone()
157 Context c, XmlPullParser parser, AnimationSet parent, AttributeSet attrs) in createAnimationFromXml()176 anim = new AnimationSet(c, attrs); in createAnimationFromXml()177 createAnimationFromXml(c, parser, (AnimationSet)anim, attrs); in createAnimationFromXml()
61 import android.view.animation.AnimationSet;422 AnimationSet set = new AnimationSet(true); in createRelaunchAnimation()546 AnimationSet set = new AnimationSet(false); in createClipRevealAnimationLockedCompat()608 AnimationSet set = new AnimationSet(false); in createScaleUpAnimationLockedCompat()709 AnimationSet set = new AnimationSet(true); in createThumbnailEnterExitAnimationLockedCompat()753 AnimationSet set = new AnimationSet(true); in createAspectScaledThumbnailEnterExitAnimationLocked()937 AnimationSet set = new AnimationSet(false); in createThumbnailAspectScaleAnimationLocked()959 AnimationSet set = new AnimationSet(false); in createThumbnailAspectScaleAnimationLocked()1047 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked()1055 AnimationSet set = new AnimationSet(true); in createAspectScaledThumbnailFreeformAnimationLocked()[all …]
27 import android.view.animation.AnimationSet;164 final AnimationSet startSet = new AnimationSet(false /* shareInterpolator */); in createChangeBoundsChangeAnimations()180 final AnimationSet endSet = new AnimationSet(true /* shareInterpolator */); in createChangeBoundsChangeAnimations()
32 import android.view.animation.AnimationSet;161 final AnimationSet startSet = new AnimationSet(false /* shareInterpolator */); in createChangeBoundsChangeAnimations()177 final AnimationSet endSet = new AnimationSet(true /* shareInterpolator */); in createChangeBoundsChangeAnimations()
48 import android.view.animation.AnimationSet;117 private final AnimationSet mOpenOverflowAnimation;118 private final AnimationSet mCloseOverflowAnimation;242 mOpenOverflowAnimation = new AnimationSet(true); in LocalFloatingToolbarPopup()244 mCloseOverflowAnimation = new AnimationSet(true); in LocalFloatingToolbarPopup()
18970 HSPLandroid/view/animation/AnimationSet;-><init>(Z)V18972 HSPLandroid/view/animation/AnimationSet;->getDuration()J18974 HSPLandroid/view/animation/AnimationSet;->hasAlpha()Z18975 HSPLandroid/view/animation/AnimationSet;->init()V18976 HSPLandroid/view/animation/AnimationSet;->initialize(IIII)V18978 HSPLandroid/view/animation/AnimationSet;->reset()V18980 HSPLandroid/view/animation/AnimationSet;->setDuration(J)V18981 HSPLandroid/view/animation/AnimationSet;->setFillAfter(Z)V18983 HSPLandroid/view/animation/AnimationSet;->setFlag(IZ)V18986 HSPLandroid/view/animation/AnimationSet;->setStartTime(J)V[all …]
9038 android.view.animation.AnimationSet
19034 HSPLandroid/view/animation/AnimationSet;-><init>(Z)V19036 HSPLandroid/view/animation/AnimationSet;->getDuration()J19038 HSPLandroid/view/animation/AnimationSet;->hasAlpha()Z19039 HSPLandroid/view/animation/AnimationSet;->init()V19040 HSPLandroid/view/animation/AnimationSet;->initialize(IIII)V19042 HSPLandroid/view/animation/AnimationSet;->reset()V19044 HSPLandroid/view/animation/AnimationSet;->setDuration(J)V19045 HSPLandroid/view/animation/AnimationSet;->setFillAfter(Z)V19047 HSPLandroid/view/animation/AnimationSet;->setFlag(IZ)V19050 HSPLandroid/view/animation/AnimationSet;->setStartTime(J)V[all …]
9069 android.view.animation.AnimationSet
43821 Landroid/R$styleable;->AnimationSet:[I59120 Landroid/view/animation/AnimationSet;->hasAlpha()Z59121 Landroid/view/animation/AnimationSet;->init()V59124 Landroid/view/animation/AnimationSet;->mDirty:Z59125 Landroid/view/animation/AnimationSet;->mFlags:I59126 Landroid/view/animation/AnimationSet;->mHasAlpha:Z59127 Landroid/view/animation/AnimationSet;->mLastEnd:J59128 Landroid/view/animation/AnimationSet;->mStoredOffsets:[J59131 Landroid/view/animation/AnimationSet;->PROPERTY_DURATION_MASK:I59139 Landroid/view/animation/AnimationSet;->setFlag(IZ)V[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
54866 public class AnimationSet extends android.view.animation.Animation {54867 ctor public AnimationSet(android.content.Context, android.util.AttributeSet);54868 ctor public AnimationSet(boolean);54870 …method protected android.view.animation.AnimationSet clone() throws java.lang.CloneNotSupportedExc…