Searched refs:mPivotXValue (Results 1 – 2 of 2) sorted by relevance
36 private float mPivotXValue = 0.0f; field in RotateAnimation61 mPivotXValue = d.value; in RotateAnimation()110 mPivotXValue = pivotX; in RotateAnimation()145 mPivotXValue = pivotXValue; in RotateAnimation()158 mPivotX = mPivotXValue; in initializePivotPoint()180 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth); in initialize()
50 private float mPivotXValue = 0.0f; field in ScaleAnimation123 mPivotXValue = d.value; in ScaleAnimation()181 mPivotXValue = pivotX; in ScaleAnimation()220 mPivotXValue = pivotXValue; in ScaleAnimation()233 mPivotX = mPivotXValue; in initializePivotPoint()286 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth); in initialize()