Home
last modified time | relevance | path

Searched refs:AnimationSet (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DReflectionInflaterTest.java25 import android.view.animation.AnimationSet;
45 assertTrue(result instanceof AnimationSet); in testInflateXml()
46 final AnimationSet set = (AnimationSet) result; in testInflateXml()
59 assertTrue(result instanceof AnimationSet); in testDefaultPackage()
60 final AnimationSet set = (AnimationSet) result; in testDefaultPackage()
74 final AnimationSet group = (AnimationSet) parent; in onAddChildItem()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/
DTemperatureTextAnimator.java26 import android.view.animation.AnimationSet;
127 AnimationSet set = new AnimationSet(true); in createFadeAnimation()
137 AnimationSet set = new AnimationSet(true); in createTranslateFadeAnimation()
152 AnimationSet set = new AnimationSet(true); in createRotateFadeAnimation()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListWithDisappearingItemBug.java25 import android.view.animation.AnimationSet;
61 AnimationSet set = new AnimationSet(true); in onCreate()
/frameworks/base/core/java/android/view/animation/
DAnimationSet.java52 public class AnimationSet extends Animation { class
80 public AnimationSet(Context context, AttributeSet attrs) { in AnimationSet() method in AnimationSet
84 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AnimationSet); in AnimationSet()
120 public AnimationSet(boolean shareInterpolator) { in AnimationSet() method in AnimationSet
126 protected AnimationSet clone() throws CloneNotSupportedException { in clone()
127 final AnimationSet animation = (AnimationSet) super.clone(); in clone()
DAnimationUtils.java163 AnimationSet parent, AttributeSet attrs) throws XmlPullParserException, IOException { in createAnimationFromXml()
181 anim = new AnimationSet(c, attrs); in createAnimationFromXml()
182 createAnimationFromXml(c, parser, (AnimationSet)anim, attrs); in createAnimationFromXml()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowChangeAnimationSpec.java32 import android.view.animation.AnimationSet;
103 AnimationSet animSet = new AnimationSet(true); in createBoundsInterpolator()
119 AnimationSet animSet = new AnimationSet(true); in createBoundsInterpolator()
DWindowAnimationSpec.java32 import android.view.animation.AnimationSet;
172 } else if (animation instanceof AnimationSet) { in findTranslateAnimation()
173 AnimationSet set = (AnimationSet) animation; in findTranslateAnimation()
DAppTransition.java119 import android.view.animation.AnimationSet;
741 AnimationSet set = new AnimationSet(false); in createScaleUpAnimationLocked()
925 AnimationSet set = new AnimationSet(false); in createClipRevealAnimationLocked()
1142 AnimationSet set = new AnimationSet(false); in createThumbnailAspectScaleAnimationLocked()
1164 AnimationSet set = new AnimationSet(false); in createThumbnailAspectScaleAnimationLocked()
1249 AnimationSet set = new AnimationSet(true); in createAspectScaledThumbnailEnterExitAnimationLocked()
1372 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked()
1380 AnimationSet set = new AnimationSet(true); in createAspectScaledThumbnailFreeformAnimationLocked()
1448 AnimationSet set = new AnimationSet(false); in createThumbnailScaleAnimationLocked()
1519 AnimationSet set = new AnimationSet(true); in createThumbnailEnterExitAnimationLocked()
[all …]
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java51 import android.view.animation.AnimationSet;
392 private final AnimationSet mOpenOverflowAnimation;
393 private final AnimationSet mCloseOverflowAnimation;
505 mOpenOverflowAnimation = new AnimationSet(true); in FloatingToolbarPopup()
507 mCloseOverflowAnimation = new AnimationSet(true); in FloatingToolbarPopup()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java35 import android.view.animation.AnimationSet;
1055 AnimationSet animationSet = new AnimationSet(true); in runEnterAnimation()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java195 import android.view.animation.AnimationSet;
2525 AnimationSet set = (AnimationSet) AnimationUtils.loadAnimation(mContext, onWallpaper ? in createHiddenByKeyguardExit()
/frameworks/base/config/
Dboot-image-profile.txt17985 HSPLandroid/view/animation/AnimationSet;-><init>(Landroid/content/Context;Landroid/util/AttributeSe…
17986 HSPLandroid/view/animation/AnimationSet;-><init>(Z)V
17987 HSPLandroid/view/animation/AnimationSet;->addAnimation(Landroid/view/animation/Animation;)V
17988 HSPLandroid/view/animation/AnimationSet;->computeDurationHint()J
17989 HSPLandroid/view/animation/AnimationSet;->getAnimations()Ljava/util/List;
17990 HSPLandroid/view/animation/AnimationSet;->getDuration()J
17991 HSPLandroid/view/animation/AnimationSet;->getTransformation(JLandroid/view/animation/Transformation…
17992 HSPLandroid/view/animation/AnimationSet;->hasAlpha()Z
17993 HSPLandroid/view/animation/AnimationSet;->initialize(IIII)V
17994 HSPLandroid/view/animation/AnimationSet;->initializeInvalidateRegion(IIII)V
[all …]
Dpreloaded-classes4060 android.view.animation.AnimationSet
Dhiddenapi-greylist-max-o.txt61908 Landroid/R$styleable;->AnimationSet:[I
78797 Landroid/view/animation/AnimationSet;->hasAlpha()Z
78798 Landroid/view/animation/AnimationSet;->init()V
78799 Landroid/view/animation/AnimationSet;->initializeInvalidateRegion(IIII)V
78800 Landroid/view/animation/AnimationSet;->mAnimations:Ljava/util/ArrayList;
78801 Landroid/view/animation/AnimationSet;->mDirty:Z
78802 Landroid/view/animation/AnimationSet;->mFlags:I
78803 Landroid/view/animation/AnimationSet;->mHasAlpha:Z
78804 Landroid/view/animation/AnimationSet;->mLastEnd:J
78805 Landroid/view/animation/AnimationSet;->mStoredOffsets:[J
[all …]
/frameworks/base/api/
Dcurrent.txt52559 public class AnimationSet extends android.view.animation.Animation {
52560 ctor public AnimationSet(android.content.Context, android.util.AttributeSet);
52561 ctor public AnimationSet(boolean);
52563 …method protected android.view.animation.AnimationSet clone() throws java.lang.CloneNotSupportedExc…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35319 public class AnimationSet extends android.view.animation.Animation {
35320 ctor public AnimationSet(android.content.Context, android.util.AttributeSet);
35321 ctor public AnimationSet(boolean);