Home
last modified time | relevance | path

Searched refs:mPivotYType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/animation/
DRotateAnimation.java35 private int mPivotYType = ABSOLUTE; field in RotateAnimation
65 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()
DScaleAnimation.java49 private int mPivotYType = ABSOLUTE; field in ScaleAnimation
127 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt73650 Landroid/view/animation/RotateAnimation;->mPivotYType:I
73664 Landroid/view/animation/ScaleAnimation;->mPivotYType:I