Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawableAnimation.java19 import android.graphics.drawable.AnimationDrawable;
37 AnimationDrawable frameAnimation = (AnimationDrawable) v.getBackground(); in onCreate()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimationDrawable.java88 public class AnimationDrawable extends DrawableContainer implements Runnable, Animatable { class
103 public AnimationDrawable() { in AnimationDrawable() method in AnimationDrawable
293 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimationDrawable); in inflate()
387 AnimationState(AnimationState orig, AnimationDrawable owner, Resources res) { in AnimationState()
405 return new AnimationDrawable(this, null); in newDrawable()
410 return new AnimationDrawable(this, res); in newDrawable()
457 private AnimationDrawable(AnimationState state, Resources res) { in AnimationDrawable() method in AnimationDrawable
H A DAnimatedStateListDrawable.java212 if (d instanceof AnimationDrawable) { in selectTransition()
215 transition = new AnimationDrawableTransition((AnimationDrawable) d, in selectTransition()
276 public AnimationDrawableTransition(AnimationDrawable ad, in AnimationDrawableTransition()
687 public FrameInterpolator(AnimationDrawable d, boolean reversed) { in FrameInterpolator()
691 public int updateFrames(AnimationDrawable d, boolean reversed) { in updateFrames()
H A DDrawableInflater.java179 return new AnimationDrawable(); in inflateFromTag()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java21 import android.graphics.drawable.AnimationDrawable;
33 AnimationDrawable mAnim;
76 if (drawable instanceof AnimationDrawable) { in updateAnim()
77 mAnim = (AnimationDrawable) drawable; in updateAnim()
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DCustomControlView.java24 import android.graphics.drawable.AnimationDrawable;
87 final AnimationDrawable animation = in createControls()
88 (AnimationDrawable)image.getBackground(); in createControls()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteControllerDialog.java28 import android.graphics.drawable.AnimationDrawable;
264 if (icon instanceof AnimationDrawable) { in update()
265 AnimationDrawable animDrawable = (AnimationDrawable) icon; in update()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenIconDrawableFactory.java38 import android.graphics.drawable.AnimationDrawable;
337 } else if (mAnimatableIcon instanceof AnimationDrawable in startAnimation()
338 && ((AnimationDrawable) mAnimatableIcon).getTotalDuration() > 0) { in startAnimation()
339 animDuration = ((AnimationDrawable) mAnimatableIcon).getTotalDuration(); in startAnimation()
/aosp14/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java27 import android.graphics.drawable.AnimationDrawable;
364 && mRemoteIndicator.getCurrent() instanceof AnimationDrawable) { in refreshRoute()
365 AnimationDrawable curDrawable = (AnimationDrawable) mRemoteIndicator.getCurrent(); in refreshRoute()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DIllustrationPreferenceTest.java31 import android.graphics.drawable.AnimationDrawable;
138 final AnimationDrawable drawable = mock(AnimationDrawable.class); in playAnimationWithUri_animationDrawable_success()
/aosp14/frameworks/base/packages/SettingsLib/IllustrationPreference/src/com/android/settingslib/widget/
H A DIllustrationPreference.java24 import android.graphics.drawable.AnimationDrawable;
368 } else if (drawable instanceof AnimationDrawable) {
369 ((AnimationDrawable) drawable).setOneShot(false);
/aosp14/frameworks/base/core/java/android/view/
H A DPointerIcon.java32 import android.graphics.drawable.AnimationDrawable;
495 if (drawable instanceof AnimationDrawable) { in loadResource()
497 final AnimationDrawable animationDrawable = (AnimationDrawable) drawable; in loadResource()
/aosp14/frameworks/base/core/java/android/widget/
H A DProgressBar.java36 import android.graphics.drawable.AnimationDrawable;
608 if (drawable instanceof AnimationDrawable) { in tileifyIndeterminate()
609 AnimationDrawable background = (AnimationDrawable) drawable; in tileifyIndeterminate()
611 AnimationDrawable newBg = new AnimationDrawable(); in tileifyIndeterminate()
2105 if (mOnlyIndeterminate && !(mIndeterminateDrawable instanceof AnimationDrawable)) { in updateDrawableBounds()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java46 import android.graphics.drawable.AnimationDrawable;
747 AnimationDrawable drawable = mock(AnimationDrawable.class); in testSetIconAnimationRunningGroup_Run()
751 AnimationDrawable lowPriDrawable = mock(AnimationDrawable.class); in testSetIconAnimationRunningGroup_Run()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java29 import android.graphics.drawable.AnimationDrawable;
132 } else if (d instanceof AnimationDrawable) { in isGrayscaleIcon()
133 AnimationDrawable ad = (AnimationDrawable) d; in isGrayscaleIcon()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java38 import android.graphics.drawable.AnimationDrawable;
514 if (drawable instanceof AnimationDrawable) { in setImageViewAnimationRunning()
515 AnimationDrawable animationDrawable = (AnimationDrawable) drawable; in setImageViewAnimationRunning()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt7047 HSPLandroid/graphics/drawable/AnimationDrawable;-><init>()V
7048 HSPLandroid/graphics/drawable/AnimationDrawable;->clearMutated()V
7049 HSPLandroid/graphics/drawable/AnimationDrawable;->cloneConstantState()Landroid/graphics/drawable/An…
7055 HSPLandroid/graphics/drawable/AnimationDrawable;->isRunning()Z
7057 HSPLandroid/graphics/drawable/AnimationDrawable;->nextFrame(Z)V
7058 HSPLandroid/graphics/drawable/AnimationDrawable;->run()V
7060 HSPLandroid/graphics/drawable/AnimationDrawable;->setFrame(IZZ)V
7062 HSPLandroid/graphics/drawable/AnimationDrawable;->start()V
7063 HSPLandroid/graphics/drawable/AnimationDrawable;->stop()V
24999 Landroid/graphics/drawable/AnimationDrawable$AnimationState;
[all …]
H A Dpreloaded-classes2215 android.graphics.drawable.AnimationDrawable$AnimationState
2216 android.graphics.drawable.AnimationDrawable
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt7050 HSPLandroid/graphics/drawable/AnimationDrawable;-><init>()V
7051 HSPLandroid/graphics/drawable/AnimationDrawable;->clearMutated()V
7052 HSPLandroid/graphics/drawable/AnimationDrawable;->cloneConstantState()Landroid/graphics/drawable/An…
7058 HSPLandroid/graphics/drawable/AnimationDrawable;->isRunning()Z
7060 HSPLandroid/graphics/drawable/AnimationDrawable;->nextFrame(Z)V
7061 HSPLandroid/graphics/drawable/AnimationDrawable;->run()V
7063 HSPLandroid/graphics/drawable/AnimationDrawable;->setFrame(IZZ)V
7065 HSPLandroid/graphics/drawable/AnimationDrawable;->start()V
7066 HSPLandroid/graphics/drawable/AnimationDrawable;->stop()V
35106 Landroid/graphics/drawable/AnimationDrawable$AnimationState;
[all …]
H A Dpreloaded-classes2219 android.graphics.drawable.AnimationDrawable$AnimationState
2220 android.graphics.drawable.AnimationDrawable
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16762 …le/AnimationDrawable$AnimationState;-><init>(Landroid/graphics/drawable/AnimationDrawable$Animatio…
16767 Landroid/graphics/drawable/AnimationDrawable;-><init>(Landroid/graphics/drawable/AnimationDrawable$…
16769 Landroid/graphics/drawable/AnimationDrawable;->cloneConstantState()Landroid/graphics/drawable/Anima…
16771 Landroid/graphics/drawable/AnimationDrawable;->mAnimating:Z
16772 Landroid/graphics/drawable/AnimationDrawable;->mAnimationState:Landroid/graphics/drawable/Animation…
16773 Landroid/graphics/drawable/AnimationDrawable;->mMutated:Z
16774 Landroid/graphics/drawable/AnimationDrawable;->mRunning:Z
16775 Landroid/graphics/drawable/AnimationDrawable;->nextFrame(Z)V
16776 Landroid/graphics/drawable/AnimationDrawable;->setFrame(IZZ)V
43811 Landroid/R$styleable;->AnimationDrawable:[I
[all …]
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt16818 …public class AnimationDrawable extends android.graphics.drawable.DrawableContainer implements andr…
16819 ctor public AnimationDrawable();