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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java53 public class RotateDrawable extends Drawable implements Drawable.Callback { class in inherits:Drawable,Drawable.Callback
63 public RotateDrawable() { method in class:RotateDrawable
74 private RotateDrawable(RotateState rotateState, Resources res) { method in class:RotateDrawable
95 * Sets the drawable rotated by this RotateDrawable.
113 * @return The drawable rotated by this RotateDrawable
403 com.android.internal.R.styleable.RotateDrawable);
510 public RotateState(RotateState orig, RotateDrawable owner, Resources res) {
533 return new RotateDrawable(this, null);
538 return new RotateDrawable(this, res);

Completed in 46 milliseconds