/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/biometrics/ |
D | FingerprintDialogView.java | 20 import android.graphics.drawable.AnimatedVectorDrawable; 70 final AnimatedVectorDrawable animation = icon instanceof AnimatedVectorDrawable in updateIcon() 71 ? (AnimatedVectorDrawable) icon in updateIcon()
|
D | FaceDialogView.java | 26 import android.graphics.drawable.AnimatedVectorDrawable; 97 final AnimatedVectorDrawable icon = in animateIcon() 98 (AnimatedVectorDrawable) mContext.getDrawable(iconRes); in animateIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ExpandableIndicator.java | 18 import android.graphics.drawable.AnimatedVectorDrawable; 45 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext() in setExpanded()
|
D | LockIcon.java | 28 import android.graphics.drawable.AnimatedVectorDrawable; 242 final AnimatedVectorDrawable animation = icon instanceof AnimatedVectorDrawable in update() 243 ? (AnimatedVectorDrawable) icon in update()
|
/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/qs/ |
D | PageIndicator.java | 6 import android.graphics.drawable.AnimatedVectorDrawable; 152 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext().getDrawable(res);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedVectorDrawable.java | 302 public class AnimatedVectorDrawable extends Drawable implements Animatable2 { class 332 public AnimatedVectorDrawable() { in AnimatedVectorDrawable() method in AnimatedVectorDrawable 336 private AnimatedVectorDrawable(AnimatedVectorDrawableState state, Resources res) { in AnimatedVectorDrawable() method in AnimatedVectorDrawable 545 R.styleable.AnimatedVectorDrawable); in inflate() 761 return new AnimatedVectorDrawable(this, null); in newDrawable() 766 return new AnimatedVectorDrawable(this, res); in newDrawable() 1021 tmpCallbacks.get(i).onAnimationStart(AnimatedVectorDrawable.this); in registerAnimationCallback() 1030 tmpCallbacks.get(i).onAnimationEnd(AnimatedVectorDrawable.this); in registerAnimationCallback() 1098 VectorDrawableAnimatorUI(@NonNull AnimatedVectorDrawable drawable) { in VectorDrawableAnimatorUI() 1260 private final AnimatedVectorDrawable mDrawable; [all …]
|
D | AnimatedStateListDrawable.java | 217 } else if (d instanceof AnimatedVectorDrawable) { in selectTransition() 220 transition = new AnimatedVectorDrawableTransition((AnimatedVectorDrawable) d, in selectTransition() 312 private final AnimatedVectorDrawable mAvd; 322 public AnimatedVectorDrawableTransition(AnimatedVectorDrawable avd, in AnimatedVectorDrawableTransition()
|
D | DrawableInflater.java | 173 return new AnimatedVectorDrawable(); in inflateFromTag()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonDrawable.java | 37 import android.graphics.drawable.AnimatedVectorDrawable; 82 private AnimatedVectorDrawable mAnimatedDrawable; 87 d instanceof AnimatedVectorDrawable, horizontalFlip, ovalBackgroundColor)); in KeyButtonDrawable() 99 mAnimatedDrawable = (AnimatedVectorDrawable) mState.mChildState.newDrawable().mutate(); in KeyButtonDrawable()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | FloatingToolbar.java | 31 import android.graphics.drawable.AnimatedVectorDrawable; 377 private final AnimatedVectorDrawable mToArrow; 378 private final AnimatedVectorDrawable mToOverflow; 489 mToArrow = (AnimatedVectorDrawable) mContext.getResources() in FloatingToolbarPopup() 492 mToOverflow = (AnimatedVectorDrawable) mContext.getResources() in FloatingToolbarPopup()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 41 import android.graphics.drawable.AnimatedVectorDrawable; 445 } else if (drawable instanceof AnimatedVectorDrawable) { in setIconRunning() 446 AnimatedVectorDrawable animationDrawable = (AnimatedVectorDrawable) drawable; in setIconRunning()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 62 import android.graphics.drawable.AnimatedVectorDrawable; 1991 AnimatedVectorDrawable avd = (AnimatedVectorDrawable)
|
/frameworks/base/config/ |
D | preloaded-classes | 1284 android.graphics.drawable.AnimatedVectorDrawable$1 1285 android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState$PendingAnimator 1286 android.graphics.drawable.AnimatedVectorDrawable$AnimatedVectorDrawableState 1287 android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimator 1288 android.graphics.drawable.AnimatedVectorDrawable$VectorDrawableAnimatorRT 1289 android.graphics.drawable.AnimatedVectorDrawable
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |