Searched refs:mPivotYValue (Results 1 – 2 of 2) sorted by relevance
37 private float mPivotYValue = 0.0f; field in RotateAnimation66 mPivotYValue = d.value; in RotateAnimation()111 mPivotYValue = pivotY; in RotateAnimation()147 mPivotYValue = pivotYValue; in RotateAnimation()161 mPivotY = mPivotYValue; in initializePivotPoint()181 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight); in initialize()
51 private float mPivotYValue = 0.0f; field in ScaleAnimation128 mPivotYValue = d.value; in ScaleAnimation()182 mPivotYValue = pivotY; in ScaleAnimation()222 mPivotYValue = pivotYValue; in ScaleAnimation()236 mPivotY = mPivotYValue; in initializePivotPoint()287 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight); in initialize()