Home
last modified time | relevance | path

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

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