Searched refs:mPivotXType (Results 1 – 2 of 2) sorted by relevance
34 private int mPivotXType = ABSOLUTE; field in RotateAnimation60 mPivotXType = d.type; in RotateAnimation()108 mPivotXType = ABSOLUTE; in RotateAnimation()146 mPivotXType = pivotXType; in RotateAnimation()157 if (mPivotXType == ABSOLUTE) { in initializePivotPoint()180 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth); in initialize()
48 private int mPivotXType = ABSOLUTE; field in ScaleAnimation122 mPivotXType = d.type; in ScaleAnimation()179 mPivotXType = ABSOLUTE; in ScaleAnimation()221 mPivotXType = pivotXType; in ScaleAnimation()232 if (mPivotXType == ABSOLUTE) { in initializePivotPoint()286 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth); in initialize()