Searched refs:mPivotYRel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java80 float py = st.mPivotYRel ? (h * st.mPivotY) : st.mPivotY;
275 rotateState.mPivotYRel = pivotYRel;
310 boolean mPivotYRel; field in class:AnimatedRotateDrawable.AnimatedRotateState
330 mPivotYRel = source.mPivotYRel;
H A DRotateDrawable.java84 float py = st.mPivotYRel ? (h * st.mPivotY) : st.mPivotY;
274 mState.mPivotYRel = pivotYRel;
305 boolean mPivotYRel; field in class:RotateDrawable.RotateState
327 mPivotYRel = source.mPivotYRel;

Completed in 48 milliseconds