/aosp14/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
H A D | VectorDrawableAnimation.java | 19 import android.graphics.drawable.AnimationDrawable; 37 AnimationDrawable frameAnimation = (AnimationDrawable) v.getBackground(); in onCreate()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AnimationDrawable.java | 88 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 D | AnimatedStateListDrawable.java | 212 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 D | DrawableInflater.java | 179 return new AnimationDrawable(); in inflateFromTag()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | AnimatedImageView.java | 21 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 D | CustomControlView.java | 24 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 D | MediaRouteControllerDialog.java | 28 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 D | SplashscreenIconDrawableFactory.java | 38 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 D | MediaRouteButton.java | 27 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 D | IllustrationPreferenceTest.java | 31 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 D | IllustrationPreference.java | 24 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 D | PointerIcon.java | 32 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 D | ProgressBar.java | 36 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 D | ExpandableNotificationRowTest.java | 46 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 D | ContrastColorUtil.java | 29 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 D | ExpandableNotificationRow.java | 38 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 D | boot-image-profile.txt | 7047 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 D | preloaded-classes | 2215 android.graphics.drawable.AnimationDrawable$AnimationState 2216 android.graphics.drawable.AnimationDrawable
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 7050 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 D | preloaded-classes | 2219 android.graphics.drawable.AnimationDrawable$AnimationState 2220 android.graphics.drawable.AnimationDrawable
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 16762 …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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 16818 …public class AnimationDrawable extends android.graphics.drawable.DrawableContainer implements andr… 16819 ctor public AnimationDrawable();
|