Searched refs:mPivotYValue (Results 1 – 3 of 3) 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()
73651 Landroid/view/animation/RotateAnimation;->mPivotYValue:F73665 Landroid/view/animation/ScaleAnimation;->mPivotYValue:F