Home
last modified time | relevance | path

Searched refs:AnimatedVectorDrawable (Results 1 – 25 of 27) 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;
164 final AnimatedVectorDrawable animation = icon instanceof AnimatedVectorDrawable in update()
165 ? (AnimatedVectorDrawable) icon in update()
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
DAnimatedVectorDrawableCompat.java32 import android.graphics.drawable.AnimatedVectorDrawable;
688 return ((AnimatedVectorDrawable) mDelegateDrawable).isRunning(); in isRunning()
697 ((AnimatedVectorDrawable) mDelegateDrawable).start(); in start()
713 ((AnimatedVectorDrawable) mDelegateDrawable).stop(); in stop()
741 private static boolean unregisterPlatformCallback(AnimatedVectorDrawable dr, in unregisterPlatformCallback()
751 registerPlatformCallback((AnimatedVectorDrawable) mDelegateDrawable, callback); in registerAnimationCallback()
804 private static void registerPlatformCallback(@NonNull AnimatedVectorDrawable avd, in registerPlatformCallback()
824 unregisterPlatformCallback((AnimatedVectorDrawable) mDelegateDrawable, callback); in unregisterAnimationCallback()
844 ((AnimatedVectorDrawable) mDelegateDrawable).clearAnimationCallbacks(); in clearAnimationCallbacks()
871 registerPlatformCallback((AnimatedVectorDrawable) dr, callback); in registerAnimationCallback()
[all …]
/frameworks/support/graphics/drawable/animated/
Dbuild.gradle36 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/base/tools/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/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java295 public class AnimatedVectorDrawable extends Drawable implements Animatable2 { class
323 public AnimatedVectorDrawable() { in AnimatedVectorDrawable() method in AnimatedVectorDrawable
327 private AnimatedVectorDrawable(AnimatedVectorDrawableState state, Resources res) { in AnimatedVectorDrawable() method in AnimatedVectorDrawable
537 R.styleable.AnimatedVectorDrawable); in inflate()
752 return new AnimatedVectorDrawable(this, null); in newDrawable()
757 return new AnimatedVectorDrawable(this, res); in newDrawable()
1012 tmpCallbacks.get(i).onAnimationStart(AnimatedVectorDrawable.this); in registerAnimationCallback()
1021 tmpCallbacks.get(i).onAnimationEnd(AnimatedVectorDrawable.this); in registerAnimationCallback()
1089 VectorDrawableAnimatorUI(@NonNull AnimatedVectorDrawable drawable) { in VectorDrawableAnimatorUI()
1250 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/base/core/java/android/view/
DRenderNode.java25 import android.graphics.drawable.AnimatedVectorDrawable;
810 AnimatedVectorDrawable.VectorDrawableAnimatorRT animatorSet) { in registerVectorDrawableAnimator()
DThreadedRenderer.java27 import android.graphics.drawable.AnimatedVectorDrawable;
863 AnimatedVectorDrawable.VectorDrawableAnimatorRT animator) { in registerVectorDrawableAnimator()
DViewRootImpl.java51 import android.graphics.drawable.AnimatedVectorDrawable;
913 AnimatedVectorDrawable.VectorDrawableAnimatorRT animator) { in registerVectorDrawableAnimator()
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java30 import android.graphics.drawable.AnimatedVectorDrawable;
358 private final AnimatedVectorDrawable mToArrow;
359 private final AnimatedVectorDrawable mToOverflow;
470 mToArrow = (AnimatedVectorDrawable) mContext.getResources() in FloatingToolbarPopup()
473 mToOverflow = (AnimatedVectorDrawable) mContext.getResources() in FloatingToolbarPopup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java36 import android.graphics.drawable.AnimatedVectorDrawable;
603 if (d instanceof AnimatedVectorDrawable) {
605 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) d.getConstantState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java29 import android.graphics.drawable.AnimatedVectorDrawable;
315 } else if (drawable instanceof AnimatedVectorDrawable) { in setIconRunning()
316 AnimatedVectorDrawable animationDrawable = (AnimatedVectorDrawable) drawable; in setIconRunning()
DSignalClusterView.java28 import android.graphics.drawable.AnimatedVectorDrawable;
/frameworks/base/
Dpreloaded-classes1043 android.graphics.drawable.AnimatedVectorDrawable
1044 android.graphics.drawable.AnimatedVectorDrawable$1
1045 android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState
1046 android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState$PendingAnimator
1047 android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimator
1048 android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorRT
Dcompiled-classes-phone1372 android.graphics.drawable.AnimatedVectorDrawable
1373 android.graphics.drawable.AnimatedVectorDrawable$1
1374 android.graphics.drawable.AnimatedVectorDrawable$2
1375 android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState
1376 android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState$PendingAnimator
1377 android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimator
1378 android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorRT
1379 android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorUI
/frameworks/base/services/
Dprofile-classes782 Landroid/graphics/drawable/AnimatedVectorDrawable;
783 Landroid/graphics/drawable/AnimatedVectorDrawable$1;
784 Landroid/graphics/drawable/AnimatedVectorDrawable$AnimatedVectorDrawableState;
785 Landroid/graphics/drawable/AnimatedVectorDrawable$AnimatedVectorDrawableState$PendingAnimator;
786 Landroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimator;
787 Landroid/graphics/drawable/AnimatedVectorDrawable$VectorDrawableAnimatorRT;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11585 …public class AnimatedVectorDrawable extends android.graphics.drawable.Drawable implements android.…
11586 ctor public AnimatedVectorDrawable();

12