Home
last modified time | relevance | path

Searched refs:AnimatedVectorDrawable (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
DAnimatedVectorDrawableAttr.java18 import android.graphics.drawable.AnimatedVectorDrawable;
29 AnimatedVectorDrawable avd = (AnimatedVectorDrawable) avdIv.getDrawable(); in onCreate()
DAnimatedVectorDrawableTest.java19 import android.graphics.drawable.AnimatedVectorDrawable;
75 AnimatedVectorDrawable d = (AnimatedVectorDrawable) button.getBackground(); in onCreate()
102 AnimatedVectorDrawable d = (AnimatedVectorDrawable) v.getBackground(); in onClick()
DAnimatedVectorDrawableDupPerf.java18 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()
DAnimatedStateVectorDrawableTest.java18 import android.graphics.drawable.AnimatedVectorDrawable;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DExpandableIndicator.java18 import android.graphics.drawable.AnimatedVectorDrawable;
44 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext() in setExpanded()
DLockIcon.java21 import android.graphics.drawable.AnimatedVectorDrawable;
166 final AnimatedVectorDrawable animation = icon instanceof AnimatedVectorDrawable in update()
167 ? (AnimatedVectorDrawable) icon in update()
DNavigationBarFragment.java50 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()
DNavigationBarView.java37 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/
DAnimatedVectorDrawableCompat.java32 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/
Dbuild.gradle33 name = "Android Support AnimatedVectorDrawable"
38 description = "Android Support AnimatedVectorDrawable"
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPageIndicator.java6 import android.graphics.drawable.AnimatedVectorDrawable;
152 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext().getDrawable(res);
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DAnimatedVectorDrawable_VectorDrawableAnimatorRT_Delegate.java22 import android.graphics.drawable.AnimatedVectorDrawable.VectorDrawableAnimatorRT;
DAnimatedVectorDrawable_Delegate.java31 import android.graphics.drawable.AnimatedVectorDrawable.VectorDrawableAnimatorRT;
/frameworks/base/packages/SystemUI/src/com/android/systemui/fingerprint/
DFingerprintDialogView.java22 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/
DAnimatedVectorDrawable.java299 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 …]
DAnimatedStateListDrawable.java214 } 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()
DDrawableInflater.java171 return new AnimatedVectorDrawable(); in inflateFromTag()
/frameworks/support/car/src/main/java/androidx/car/moderator/
DSpeedBumpController.java29 import android.graphics.drawable.AnimatedVectorDrawable;
219 ((AnimatedVectorDrawable) mLockoutImageView.getDrawable()).start(); in showLockOutMessage()
/frameworks/base/core/java/android/view/
DRenderNode.java25 import android.graphics.drawable.AnimatedVectorDrawable;
835 AnimatedVectorDrawable.VectorDrawableAnimatorRT animatorSet) { in registerVectorDrawableAnimator()
DThreadedRenderer.java27 import android.graphics.drawable.AnimatedVectorDrawable;
914 AnimatedVectorDrawable.VectorDrawableAnimatorRT animator) { in registerVectorDrawableAnimator()
DViewRootImpl.java53 import android.graphics.drawable.AnimatedVectorDrawable;
966 AnimatedVectorDrawable.VectorDrawableAnimatorRT animator) {
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java31 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/
DExpandableNotificationRow.java34 import android.graphics.drawable.AnimatedVectorDrawable;
402 } else if (drawable instanceof AnimatedVectorDrawable) { in setIconRunning()
403 AnimatedVectorDrawable animationDrawable = (AnimatedVectorDrawable) drawable; in setIconRunning()
/frameworks/base/config/
Dpreloaded-classes1147 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
Dboot-image-profile.txt2114 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 …]

12