Home
last modified time | relevance | path

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

/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/biometrics/
DFingerprintDialogView.java20 import android.graphics.drawable.AnimatedVectorDrawable;
70 final AnimatedVectorDrawable animation = icon instanceof AnimatedVectorDrawable in updateIcon()
71 ? (AnimatedVectorDrawable) icon in updateIcon()
DFaceDialogView.java26 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/
DExpandableIndicator.java18 import android.graphics.drawable.AnimatedVectorDrawable;
45 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext() in setExpanded()
DLockIcon.java28 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/
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/qs/
DPageIndicator.java6 import android.graphics.drawable.AnimatedVectorDrawable;
152 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext().getDrawable(res);
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java302 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 …]
DAnimatedStateListDrawable.java217 } 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()
DDrawableInflater.java173 return new AnimatedVectorDrawable(); in inflateFromTag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonDrawable.java37 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/
DFloatingToolbar.java31 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/
DExpandableNotificationRow.java41 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/
DChooserActivity.java62 import android.graphics.drawable.AnimatedVectorDrawable;
1991 AnimatedVectorDrawable avd = (AnimatedVectorDrawable)
/frameworks/base/config/
Dpreloaded-classes1284 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/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...