/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | ReflectionInflaterTest.java | 25 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/ |
D | TemperatureTextAnimator.java | 26 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/ |
D | ListWithDisappearingItemBug.java | 25 import android.view.animation.AnimationSet; 61 AnimationSet set = new AnimationSet(true); in onCreate()
|
/frameworks/base/core/java/android/view/animation/ |
D | AnimationSet.java | 52 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()
|
D | AnimationUtils.java | 163 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/ |
D | WindowChangeAnimationSpec.java | 32 import android.view.animation.AnimationSet; 103 AnimationSet animSet = new AnimationSet(true); in createBoundsInterpolator() 119 AnimationSet animSet = new AnimationSet(true); in createBoundsInterpolator()
|
D | WindowAnimationSpec.java | 32 import android.view.animation.AnimationSet; 172 } else if (animation instanceof AnimationSet) { in findTranslateAnimation() 173 AnimationSet set = (AnimationSet) animation; in findTranslateAnimation()
|
D | AppTransition.java | 119 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/ |
D | FloatingToolbar.java | 51 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/ |
D | PhotoViewController.java | 35 import android.view.animation.AnimationSet; 1055 AnimationSet animationSet = new AnimationSet(true); in runEnterAnimation()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 195 import android.view.animation.AnimationSet; 2525 AnimationSet set = (AnimationSet) AnimationUtils.loadAnimation(mContext, onWallpaper ? in createHiddenByKeyguardExit()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17985 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 …]
|
D | preloaded-classes | 4060 android.view.animation.AnimationSet
|
D | hiddenapi-greylist-max-o.txt | 61908 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/ |
D | current.txt | 52559 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/ |
D | android-22.txt | 35319 public class AnimationSet extends android.view.animation.Animation { 35320 ctor public AnimationSet(android.content.Context, android.util.AttributeSet); 35321 ctor public AnimationSet(boolean);
|