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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRotateDrawable.java52 private RotateState mState;
69 private RotateDrawable(RotateState rotateState, Resources res) {
70 mState = new RotateState(rotateState, this, res);
81 final RotateState st = mState;
298 final static class RotateState extends Drawable.ConstantState { class in class:RotateDrawable
316 public RotateState(RotateState source, RotateDrawable owner, Resources res) { method in class:RotateDrawable.RotateState

Completed in 1556 milliseconds