/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
D | AnimatedVectorDrawableAttr.java | 18 import android.graphics.drawable.AnimatedVectorDrawable; 29 AnimatedVectorDrawable avd = (AnimatedVectorDrawable) avdIv.getDrawable(); in onCreate()
|
D | AnimatedVectorDrawableTest.java | 19 import android.graphics.drawable.AnimatedVectorDrawable; 75 AnimatedVectorDrawable d = (AnimatedVectorDrawable) button.getBackground(); in onCreate() 102 AnimatedVectorDrawable d = (AnimatedVectorDrawable) v.getBackground(); in onClick()
|
D | AnimatedVectorDrawableDupPerf.java | 18 import android.graphics.drawable.AnimatedVectorDrawable; 64 public static AnimatedVectorDrawable create(Resources resources, int rid) { in create() 77 final AnimatedVectorDrawable drawable = new AnimatedVectorDrawable(); in create() 98 AnimatedVectorDrawable []d = new AnimatedVectorDrawable[icon.length]; in onCreate()
|
D | AnimatedStateVectorDrawableTest.java | 18 import android.graphics.drawable.AnimatedVectorDrawable;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ExpandableIndicator.java | 18 import android.graphics.drawable.AnimatedVectorDrawable; 44 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext() in setExpanded()
|
D | LockIcon.java | 21 import android.graphics.drawable.AnimatedVectorDrawable; 166 final AnimatedVectorDrawable animation = icon instanceof AnimatedVectorDrawable in update() 167 ? (AnimatedVectorDrawable) icon in update()
|
D | NavigationBarFragment.java | 50 import android.graphics.drawable.AnimatedVectorDrawable; 525 AnimatedVectorDrawable animIcon = null; in setRotateSuggestionButtonState() 526 if (kbd.getDrawable(0) instanceof AnimatedVectorDrawable) { in setRotateSuggestionButtonState() 527 animIcon = (AnimatedVectorDrawable) kbd.getDrawable(0); in setRotateSuggestionButtonState()
|
D | NavigationBarView.java | 37 import android.graphics.drawable.AnimatedVectorDrawable; 866 if (d instanceof AnimatedVectorDrawable) { in setRotateButtonVisibility() 867 AnimatedVectorDrawable avd = (AnimatedVectorDrawable) d; in setRotateButtonVisibility()
|
/frameworks/support/graphics/drawable/animated/src/main/java/androidx/vectordrawable/graphics/drawable/ |
D | AnimatedVectorDrawableCompat.java | 32 import android.graphics.drawable.AnimatedVectorDrawable; 692 return ((AnimatedVectorDrawable) mDelegateDrawable).isRunning(); in isRunning() 701 ((AnimatedVectorDrawable) mDelegateDrawable).start(); in start() 717 ((AnimatedVectorDrawable) mDelegateDrawable).stop(); in stop() 745 private static boolean unregisterPlatformCallback(AnimatedVectorDrawable dr, in unregisterPlatformCallback() 755 registerPlatformCallback((AnimatedVectorDrawable) mDelegateDrawable, callback); in registerAnimationCallback() 808 private static void registerPlatformCallback(@NonNull AnimatedVectorDrawable avd, in registerPlatformCallback() 828 unregisterPlatformCallback((AnimatedVectorDrawable) mDelegateDrawable, callback); in unregisterAnimationCallback() 848 ((AnimatedVectorDrawable) mDelegateDrawable).clearAnimationCallbacks(); in clearAnimationCallbacks() 875 registerPlatformCallback((AnimatedVectorDrawable) dr, callback); in registerAnimationCallback() [all …]
|
/frameworks/support/graphics/drawable/animated/ |
D | build.gradle | 33 name = "Android Support AnimatedVectorDrawable" 38 description = "Android Support AnimatedVectorDrawable"
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | PageIndicator.java | 6 import android.graphics.drawable.AnimatedVectorDrawable; 152 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext().getDrawable(res);
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | AnimatedVectorDrawable_VectorDrawableAnimatorRT_Delegate.java | 22 import android.graphics.drawable.AnimatedVectorDrawable.VectorDrawableAnimatorRT;
|
D | AnimatedVectorDrawable_Delegate.java | 31 import android.graphics.drawable.AnimatedVectorDrawable.VectorDrawableAnimatorRT;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/fingerprint/ |
D | FingerprintDialogView.java | 22 import android.graphics.drawable.AnimatedVectorDrawable; 327 final AnimatedVectorDrawable animation = icon instanceof AnimatedVectorDrawable in updateFingerprintIcon() 328 ? (AnimatedVectorDrawable) icon in updateFingerprintIcon()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedVectorDrawable.java | 299 public class AnimatedVectorDrawable extends Drawable implements Animatable2 { class 327 public AnimatedVectorDrawable() { in AnimatedVectorDrawable() method in AnimatedVectorDrawable 331 private AnimatedVectorDrawable(AnimatedVectorDrawableState state, Resources res) { in AnimatedVectorDrawable() method in AnimatedVectorDrawable 541 R.styleable.AnimatedVectorDrawable); in inflate() 756 return new AnimatedVectorDrawable(this, null); in newDrawable() 761 return new AnimatedVectorDrawable(this, res); in newDrawable() 1016 tmpCallbacks.get(i).onAnimationStart(AnimatedVectorDrawable.this); in registerAnimationCallback() 1025 tmpCallbacks.get(i).onAnimationEnd(AnimatedVectorDrawable.this); in registerAnimationCallback() 1093 VectorDrawableAnimatorUI(@NonNull AnimatedVectorDrawable drawable) { in VectorDrawableAnimatorUI() 1254 private final AnimatedVectorDrawable mDrawable; [all …]
|
D | AnimatedStateListDrawable.java | 214 } else if (d instanceof AnimatedVectorDrawable) { in selectTransition() 217 transition = new AnimatedVectorDrawableTransition((AnimatedVectorDrawable) d, in selectTransition() 309 private final AnimatedVectorDrawable mAvd; 319 public AnimatedVectorDrawableTransition(AnimatedVectorDrawable avd, in AnimatedVectorDrawableTransition()
|
D | DrawableInflater.java | 171 return new AnimatedVectorDrawable(); in inflateFromTag()
|
/frameworks/support/car/src/main/java/androidx/car/moderator/ |
D | SpeedBumpController.java | 29 import android.graphics.drawable.AnimatedVectorDrawable; 219 ((AnimatedVectorDrawable) mLockoutImageView.getDrawable()).start(); in showLockOutMessage()
|
/frameworks/base/core/java/android/view/ |
D | RenderNode.java | 25 import android.graphics.drawable.AnimatedVectorDrawable; 835 AnimatedVectorDrawable.VectorDrawableAnimatorRT animatorSet) { in registerVectorDrawableAnimator()
|
D | ThreadedRenderer.java | 27 import android.graphics.drawable.AnimatedVectorDrawable; 914 AnimatedVectorDrawable.VectorDrawableAnimatorRT animator) { in registerVectorDrawableAnimator()
|
D | ViewRootImpl.java | 53 import android.graphics.drawable.AnimatedVectorDrawable; 966 AnimatedVectorDrawable.VectorDrawableAnimatorRT animator) {
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | FloatingToolbar.java | 31 import android.graphics.drawable.AnimatedVectorDrawable; 378 private final AnimatedVectorDrawable mToArrow; 379 private final AnimatedVectorDrawable mToOverflow; 490 mToArrow = (AnimatedVectorDrawable) mContext.getResources() in FloatingToolbarPopup() 493 mToOverflow = (AnimatedVectorDrawable) mContext.getResources() in FloatingToolbarPopup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ExpandableNotificationRow.java | 34 import android.graphics.drawable.AnimatedVectorDrawable; 402 } else if (drawable instanceof AnimatedVectorDrawable) { in setIconRunning() 403 AnimatedVectorDrawable animationDrawable = (AnimatedVectorDrawable) drawable; in setIconRunning()
|
/frameworks/base/config/ |
D | preloaded-classes | 1147 android.graphics.drawable.AnimatedVectorDrawable 1148 android.graphics.drawable.AnimatedVectorDrawable$1 1149 android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState 1150 android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState$PendingAnimator 1151 android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimator 1152 android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorRT
|
D | boot-image-profile.txt | 2114 HPLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorRT;->createRTAnimatorForR… 2115 HPLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorRT;->getFrameCount(J)I 2116 HPLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorRT;->resume()V 2117 …phics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorRT;->transferPendingActions(Landroid/g… 2118 HPLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorUI;->canReverse()Z 2119 HPLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorUI;->end()V 2120 HPLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorUI;->init(Landroid/animat… 2121 HPLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorUI;->isInfinite()Z 2122 HPLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorUI;->onDraw(Landroid/grap… 2123 HPLandroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorUI;->start()V [all …]
|