Searched refs:mPivotYType (Results 1 – 2 of 2) sorted by relevance
35 private int mPivotYType = ABSOLUTE; field in RotateAnimation65 mPivotYType = d.type; in RotateAnimation()109 mPivotYType = ABSOLUTE; in RotateAnimation()148 mPivotYType = pivotYType; in RotateAnimation()160 if (mPivotYType == ABSOLUTE) { in initializePivotPoint()181 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight); in initialize()
49 private int mPivotYType = ABSOLUTE; field in ScaleAnimation127 mPivotYType = d.type; in ScaleAnimation()180 mPivotYType = ABSOLUTE; in ScaleAnimation()223 mPivotYType = pivotYType; in ScaleAnimation()235 if (mPivotYType == ABSOLUTE) { in initializePivotPoint()287 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight); in initialize()