Loading graphics/java/android/graphics/drawable/RotateDrawable.java +1 −0 Original line number Diff line number Diff line Loading @@ -497,6 +497,7 @@ public class RotateDrawable extends Drawable implements Drawable.Callback { state.mFromDegrees = a.getFloat(R.styleable.RotateDrawable_fromDegrees, state.mFromDegrees); state.mToDegrees = a.getFloat(R.styleable.RotateDrawable_toDegrees, state.mToDegrees); state.mCurrentDegrees = state.mFromDegrees; final Drawable dr = a.getDrawable(R.styleable.RotateDrawable_drawable); if (dr != null) { Loading Loading
graphics/java/android/graphics/drawable/RotateDrawable.java +1 −0 Original line number Diff line number Diff line Loading @@ -497,6 +497,7 @@ public class RotateDrawable extends Drawable implements Drawable.Callback { state.mFromDegrees = a.getFloat(R.styleable.RotateDrawable_fromDegrees, state.mFromDegrees); state.mToDegrees = a.getFloat(R.styleable.RotateDrawable_toDegrees, state.mToDegrees); state.mCurrentDegrees = state.mFromDegrees; final Drawable dr = a.getDrawable(R.styleable.RotateDrawable_drawable); if (dr != null) { Loading