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

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

Completed in 46 milliseconds