Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A 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()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java55 import android.view.animation.AnimationSet;
348 AnimationSet set = new AnimationSet(true); in createRelaunchAnimation()
472 AnimationSet set = new AnimationSet(false); in createClipRevealAnimationLockedCompat()
534 AnimationSet set = new AnimationSet(false); in createScaleUpAnimationLockedCompat()
635 AnimationSet set = new AnimationSet(true); in createThumbnailEnterExitAnimationLockedCompat()
679 AnimationSet set = new AnimationSet(true); in createAspectScaledThumbnailEnterExitAnimationLocked()
863 AnimationSet set = new AnimationSet(false); in createThumbnailAspectScaleAnimationLocked()
885 AnimationSet set = new AnimationSet(false); in createThumbnailAspectScaleAnimationLocked()
974 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked()
982 AnimationSet set = new AnimationSet(true); in createAspectScaledThumbnailFreeformAnimationLocked()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListWithDisappearingItemBug.java25 import android.view.animation.AnimationSet;
61 AnimationSet set = new AnimationSet(true); in onCreate()
/aosp12/frameworks/base/core/java/android/view/animation/
H A 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()
H A 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()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowChangeAnimationSpec.java32 import android.view.animation.AnimationSet;
98 AnimationSet animSet = new AnimationSet(true); in createBoundsInterpolator()
114 AnimationSet animSet = new AnimationSet(true); in createBoundsInterpolator()
H A DWindowAnimationSpec.java31 import android.view.animation.AnimationSet;
180 } else if (animation instanceof AnimationSet) { in findTranslateAnimation()
181 AnimationSet set = (AnimationSet) animation; in findTranslateAnimation()
H A DAppTransition.java128 import android.view.animation.AnimationSet;
727 private AnimationSet createAspectScaledThumbnailFreeformAnimationLocked(Rect sourceFrame, in createAspectScaledThumbnailFreeformAnimationLocked()
735 AnimationSet set = new AnimationSet(true); in createAspectScaledThumbnailFreeformAnimationLocked()
787 AnimationSet set = new AnimationSet(false); in createThumbnailScaleAnimationLocked()
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationSpec.java31 import android.view.animation.AnimationSet;
138 final AnimationSet startSet = new AnimationSet(false /* shareInterpolator */); in createChangeBoundsChangeAnimations()
154 final AnimationSet endSet = new AnimationSet(true /* shareInterpolator */); in createChangeBoundsChangeAnimations()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DMultiAttachmentLayout.java24 import android.view.animation.AnimationSet;
390 final AnimationSet animationSet = new AnimationSet( in trySlideAttachmentView()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DCameraMediaChooser.java32 import android.view.animation.AnimationSet;
381 final AnimationSet animation = new AnimationSet(false /* shareInterpolator */); in showShutterEffect()
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/
H A DCameraComposerFragment.java35 import android.view.animation.AnimationSet;
272 AnimationSet animation = new AnimationSet(false /* shareInterpolator */); in showShutterEffect()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java51 import android.view.animation.AnimationSet;
370 private final AnimationSet mOpenOverflowAnimation;
371 private final AnimationSet mCloseOverflowAnimation;
491 mOpenOverflowAnimation = new AnimationSet(true); in FloatingToolbarPopup()
493 mCloseOverflowAnimation = new AnimationSet(true); in FloatingToolbarPopup()
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java35 import android.view.animation.AnimationSet;
1055 AnimationSet animationSet = new AnimationSet(true); in runEnterAnimation()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt19101 HSPLandroid/view/animation/AnimationSet;-><init>(Z)V
19106 HSPLandroid/view/animation/AnimationSet;->init()V
19109 HSPLandroid/view/animation/AnimationSet;->reset()V+]Landroid/view/animation/AnimationSet;Landroid/v…
19111 HSPLandroid/view/animation/AnimationSet;->setDuration(J)V
19112 HSPLandroid/view/animation/AnimationSet;->setFillAfter(Z)V
19113 HSPLandroid/view/animation/AnimationSet;->setFillBefore(Z)V
19114 HSPLandroid/view/animation/AnimationSet;->setFlag(IZ)V
19115 HSPLandroid/view/animation/AnimationSet;->setRepeatMode(I)V
19116 HSPLandroid/view/animation/AnimationSet;->setStartOffset(J)V
19118 HSPLandroid/view/animation/AnimationSet;->willChangeBounds()Z
[all …]
H A Dpreloaded-classes7844 android.view.animation.AnimationSet
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt19149 HSPLandroid/view/animation/AnimationSet;-><init>(Z)V
19154 HSPLandroid/view/animation/AnimationSet;->init()V
19157 HSPLandroid/view/animation/AnimationSet;->reset()V+]Landroid/view/animation/AnimationSet;Landroid/v…
19159 HSPLandroid/view/animation/AnimationSet;->setDuration(J)V
19160 HSPLandroid/view/animation/AnimationSet;->setFillAfter(Z)V
19161 HSPLandroid/view/animation/AnimationSet;->setFillBefore(Z)V
19162 HSPLandroid/view/animation/AnimationSet;->setFlag(IZ)V
19163 HSPLandroid/view/animation/AnimationSet;->setRepeatMode(I)V
19164 HSPLandroid/view/animation/AnimationSet;->setStartOffset(J)V
19166 HSPLandroid/view/animation/AnimationSet;->willChangeBounds()Z
[all …]
H A Dpreloaded-classes7865 android.view.animation.AnimationSet
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt47144 Landroid/R$styleable;->AnimationSet:[I
62443 Landroid/view/animation/AnimationSet;->hasAlpha()Z
62444 Landroid/view/animation/AnimationSet;->init()V
62447 Landroid/view/animation/AnimationSet;->mDirty:Z
62448 Landroid/view/animation/AnimationSet;->mFlags:I
62449 Landroid/view/animation/AnimationSet;->mHasAlpha:Z
62450 Landroid/view/animation/AnimationSet;->mLastEnd:J
62451 Landroid/view/animation/AnimationSet;->mStoredOffsets:[J
62454 Landroid/view/animation/AnimationSet;->PROPERTY_DURATION_MASK:I
62462 Landroid/view/animation/AnimationSet;->setFlag(IZ)V
[all …]
/aosp12/frameworks/base/services/
H A Dart-profile45108 …gerService;]Landroid/view/animation/Animation;Landroid/view/animation/AnimationSet;]Lcom/android/s…
46418 …ransaction;]Landroid/view/animation/Animation;Landroid/view/animation/AnimationSet;,Landroid/view/…
46419 …uration()J+]Landroid/view/animation/Animation;Landroid/view/animation/AnimationSet;,Landroid/view/…
47857 …ndroid/view/SurfaceControl;]Landroid/view/animation/Animation;Landroid/view/animation/AnimationSet;
47861 …n;JFIIII)Z+]Landroid/view/animation/Animation;Landroid/view/animation/AnimationSet;]Lcom/android/s…
47935 …gerService;]Landroid/view/animation/Animation;Landroid/view/animation/AnimationSet;]Lcom/android/s…
49382 …hreadLocal;]Landroid/view/animation/Animation;Landroid/view/animation/AnimationSet;,Landroid/view/…
49389 …uration()J+]Landroid/view/animation/Animation;Landroid/view/animation/AnimationSet;,Landroid/view/…
49390 …llpaper()Z+]Landroid/view/animation/Animation;Landroid/view/animation/AnimationSet;,Landroid/view/…
49606 …phics/Rect;]Landroid/view/animation/Animation;Landroid/view/animation/AnimationSet;,Landroid/view/…
[all …]
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt51338 public class AnimationSet extends android.view.animation.Animation {
51339 ctor public AnimationSet(android.content.Context, android.util.AttributeSet);
51340 ctor public AnimationSet(boolean);
51342 …method protected android.view.animation.AnimationSet clone() throws java.lang.CloneNotSupportedExc…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A 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);