Searched defs:AnimatedRotateDrawable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java40 public class AnimatedRotateDrawable extends DrawableWrapper implements Animatable { class in inherits:DrawableWrapper,Animatable
52 public AnimatedRotateDrawable() { method in class:AnimatedRotateDrawable
128 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimatedRotateDrawable);
151 state.mThemeAttrs, R.styleable.AnimatedRotateDrawable);
245 return new AnimatedRotateDrawable(this, res);
249 private AnimatedRotateDrawable(AnimatedRotateState state, Resources res) { method in class:AnimatedRotateDrawable

Completed in 83 milliseconds