Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DRotateDrawable.java134 state.mPivotYRel = tv.type == TypedValue.TYPE_FRACTION; in updateStateFromTypedArray()
135 state.mPivotY = state.mPivotYRel ? tv.getFraction(1.0f, 1.0f) : tv.getFloat(); in updateStateFromTypedArray()
153 final float py = st.mPivotYRel ? (h * st.mPivotY) : st.mPivotY; in draw()
296 if (mState.mPivotYRel != relative) { in setPivotYRelative()
297 mState.mPivotYRel = relative; in setPivotYRelative()
308 return mState.mPivotYRel; in isPivotYRelative()
334 boolean mPivotYRel = true; field in RotateDrawable.RotateState
346 mPivotYRel = orig.mPivotYRel; in RotateState()
DAnimatedRotateDrawable.java66 final float py = st.mPivotYRel ? (h * st.mPivotY) : st.mPivotY; in draw()
196 state.mPivotYRel = tv.type == TypedValue.TYPE_FRACTION; in updateStateFromTypedArray()
197 state.mPivotY = state.mPivotYRel ? tv.getFraction(1.0f, 1.0f) : tv.getFloat(); in updateStateFromTypedArray()
228 boolean mPivotYRel = false; field in AnimatedRotateDrawable.AnimatedRotateState
239 mPivotYRel = orig.mPivotYRel; in AnimatedRotateState()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt19434 Landroid/graphics/drawable/AnimatedRotateDrawable$AnimatedRotateState;->mPivotYRel:Z
20244 Landroid/graphics/drawable/RotateDrawable$RotateState;->mPivotYRel:Z