/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; 164 final AnimatedVectorDrawable animation = icon instanceof AnimatedVectorDrawable in update() 165 ? (AnimatedVectorDrawable) icon in update()
|
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/ |
D | AnimatedVectorDrawableCompat.java | 32 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/ |
D | build.gradle | 36 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/base/tools/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/graphics/java/android/graphics/drawable/ |
D | AnimatedVectorDrawable.java | 295 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 …]
|
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/base/core/java/android/view/ |
D | RenderNode.java | 25 import android.graphics.drawable.AnimatedVectorDrawable; 810 AnimatedVectorDrawable.VectorDrawableAnimatorRT animatorSet) { in registerVectorDrawableAnimator()
|
D | ThreadedRenderer.java | 27 import android.graphics.drawable.AnimatedVectorDrawable; 863 AnimatedVectorDrawable.VectorDrawableAnimatorRT animator) { in registerVectorDrawableAnimator()
|
D | ViewRootImpl.java | 51 import android.graphics.drawable.AnimatedVectorDrawable; 913 AnimatedVectorDrawable.VectorDrawableAnimatorRT animator) { in registerVectorDrawableAnimator()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | FloatingToolbar.java | 30 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/ |
D | VolumeDialogImpl.java | 36 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/ |
D | ExpandableNotificationRow.java | 29 import android.graphics.drawable.AnimatedVectorDrawable; 315 } else if (drawable instanceof AnimatedVectorDrawable) { in setIconRunning() 316 AnimatedVectorDrawable animationDrawable = (AnimatedVectorDrawable) drawable; in setIconRunning()
|
D | SignalClusterView.java | 28 import android.graphics.drawable.AnimatedVectorDrawable;
|
/frameworks/base/ |
D | preloaded-classes | 1043 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
|
D | compiled-classes-phone | 1372 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/ |
D | profile-classes | 782 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/ |
D | android-22.txt | 11585 …public class AnimatedVectorDrawable extends android.graphics.drawable.Drawable implements android.… 11586 ctor public AnimatedVectorDrawable();
|