Searched refs:mPivotYRel (Results 1 – 3 of 3) sorted by relevance
134 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.RotateState346 mPivotYRel = orig.mPivotYRel; in RotateState()
66 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.AnimatedRotateState239 mPivotYRel = orig.mPivotYRel; in AnimatedRotateState()
19434 Landroid/graphics/drawable/AnimatedRotateDrawable$AnimatedRotateState;->mPivotYRel:Z20244 Landroid/graphics/drawable/RotateDrawable$RotateState;->mPivotYRel:Z