HomeSort by relevance Sort by last modified time
    Searched refs:AnimatedVectorDrawable (Results 1 - 24 of 24) sorted by null

  /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
AnimatedVectorDrawableAttr.java 18 import android.graphics.drawable.AnimatedVectorDrawable;
29 AnimatedVectorDrawable avd = (AnimatedVectorDrawable) avdIv.getDrawable();
AnimatedVectorDrawableTest.java 19 import android.graphics.drawable.AnimatedVectorDrawable;
75 AnimatedVectorDrawable d = (AnimatedVectorDrawable) button.getBackground();
102 AnimatedVectorDrawable d = (AnimatedVectorDrawable) v.getBackground();
AnimatedVectorDrawableDupPerf.java 18 import android.graphics.drawable.AnimatedVectorDrawable;
64 public static AnimatedVectorDrawable create(Resources resources, int rid) {
77 final AnimatedVectorDrawable drawable = new AnimatedVectorDrawable();
98 AnimatedVectorDrawable []d = new AnimatedVectorDrawable[icon.length];
AnimatedStateVectorDrawableTest.java 18 import android.graphics.drawable.AnimatedVectorDrawable;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
AnimatedVectorDrawable_VectorDrawableAnimatorRT_Delegate.java 21 import android.graphics.drawable.AnimatedVectorDrawable.VectorDrawableAnimatorRT;
AnimatedVectorDrawable_Delegate.java 31 import android.graphics.drawable.AnimatedVectorDrawable.VectorDrawableAnimatorRT;
42 * AnimatedVectorDrawable}
44 * Through the layoutlib_create tool, the original methods of AnimatedVectorDrawable have been
96 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, "AnimatedVectorDrawable path " +
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedVectorDrawableTest.java 28 import android.graphics.drawable.AnimatedVectorDrawable;
113 // Setup AnimatedVectorDrawable from xml file
126 AnimatedVectorDrawable drawable = new AnimatedVectorDrawable();
144 final AnimatedVectorDrawable d1 =
145 (AnimatedVectorDrawable) mResources.getDrawable(resId);
173 AnimatedVectorDrawable avd = new AnimatedVectorDrawable();
197 AnimatedVectorDrawable AnimatedVectorDrawable = new AnimatedVectorDrawable()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ExpandableIndicator.java 18 import android.graphics.drawable.AnimatedVectorDrawable;
45 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext()
LockIcon.java 21 import android.graphics.drawable.AnimatedVectorDrawable;
147 final AnimatedVectorDrawable animation = icon instanceof AnimatedVectorDrawable
148 ? (AnimatedVectorDrawable) icon
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PageIndicator.java 4 import android.graphics.drawable.AnimatedVectorDrawable;
144 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) getContext().getDrawable(res);
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 72 * AnimatedVectorDrawable are normally defined as 3 separate XML files.
100 * Second is the AnimatedVectorDrawable's XML file, which defines the target
105 * <li>Here is a simple AnimatedVectorDrawable defined in this avd.xml file.
152 public class AnimatedVectorDrawable extends Drawable implements Animatable2 {
153 private static final String LOGTAG = "AnimatedVectorDrawable";
180 public AnimatedVectorDrawable() {
184 private AnimatedVectorDrawable(AnimatedVectorDrawableState state, Resources res) {
275 * AnimatedVectorDrawable is running on render thread now. Therefore, if the root alpha is being
379 R.styleable.AnimatedVectorDrawable);
594 return new AnimatedVectorDrawable(this, null)
    [all...]
AnimatedStateListDrawable.java 214 } else if (d instanceof AnimatedVectorDrawable) {
217 transition = new AnimatedVectorDrawableTransition((AnimatedVectorDrawable) d,
309 private final AnimatedVectorDrawable mAvd;
319 public AnimatedVectorDrawableTransition(AnimatedVectorDrawable avd,
349 + " or the AnimatedVectorDrawable can't reverse");
DrawableInflater.java 157 return new AnimatedVectorDrawable();
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintEnrollEnrolling.java 31 import android.graphics.drawable.AnimatedVectorDrawable;
88 private AnimatedVectorDrawable mIconAnimationDrawable;
103 mIconAnimationDrawable = (AnimatedVectorDrawable) mFingerprintAnimator.getDrawable();
  /frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
AnimatedVectorDrawableCompat.java 33 import android.graphics.drawable.AnimatedVectorDrawable;
53 * For API 23 and above, this class is delegating to the framework's {@link AnimatedVectorDrawable}.
58 * AnimatedVectorDrawableCompat are defined in the same XML format as {@link AnimatedVectorDrawable}.
573 return ((AnimatedVectorDrawable) mDelegateDrawable).isRunning();
604 ((AnimatedVectorDrawable) mDelegateDrawable).start();
624 ((AnimatedVectorDrawable) mDelegateDrawable).stop();
  /frameworks/base/core/java/android/view/
RenderNode.java 25 import android.graphics.drawable.AnimatedVectorDrawable;
797 AnimatedVectorDrawable.VectorDrawableAnimatorRT animatorSet) {
    [all...]
ThreadedRenderer.java 27 import android.graphics.drawable.AnimatedVectorDrawable;
877 AnimatedVectorDrawable.VectorDrawableAnimatorRT animator) {
    [all...]
ViewRootImpl.java 47 import android.graphics.drawable.AnimatedVectorDrawable;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 25 import android.graphics.drawable.AnimatedVectorDrawable;
264 } else if (drawable instanceof AnimatedVectorDrawable) {
265 AnimatedVectorDrawable animationDrawable = (AnimatedVectorDrawable) drawable;
    [all...]
SignalClusterView.java 26 import android.graphics.drawable.AnimatedVectorDrawable;
681 if (ad instanceof AnimatedVectorDrawable) {
682 ((AnimatedVectorDrawable) ad).forceAnimationOnUI();
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java 30 import android.graphics.drawable.AnimatedVectorDrawable;
328 private final AnimatedVectorDrawable mToArrow;
329 private final AnimatedVectorDrawable mToOverflow;
437 mToArrow = (AnimatedVectorDrawable) mContext.getResources()
440 mToOverflow = (AnimatedVectorDrawable) mContext.getResources()
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialog.java 33 import android.graphics.drawable.AnimatedVectorDrawable;
607 if (d instanceof AnimatedVectorDrawable) {
609 final AnimatedVectorDrawable avd = (AnimatedVectorDrawable) d.getConstantState()
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 696 milliseconds