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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java49 public class RotateDrawable extends Drawable implements Drawable.Callback { class in inherits:Drawable,Drawable.Callback
58 public RotateDrawable() { method in class:RotateDrawable
69 private RotateDrawable(RotateState rotateState, Resources res) { method in class:RotateDrawable
94 * Returns the drawable rotated by this RotateDrawable.
211 com.android.internal.R.styleable.RotateDrawable);
316 public RotateState(RotateState source, RotateDrawable owner, Resources res) {
337 return new RotateDrawable(this, null);
342 return new RotateDrawable(this, res);

Completed in 188 milliseconds