Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/animation/
H A DScaleAnimation.java35 private float mFromY; field in ScaleAnimation
97 mFromY = 0.0f; in ScaleAnimation()
101 mFromY = tv.getFloat(); in ScaleAnimation()
149 mFromY = fromY; in ScaleAnimation()
176 mFromY = fromY; in ScaleAnimation()
217 mFromY = fromY; in ScaleAnimation()
249 if (mFromY != 1.0f || mToY != 1.0f) { in applyTransformation()
250 sy = mFromY + ((mToY - mFromY) * interpolatedTime); in applyTransformation()
283 mFromY = resolveScale(mFromY, mFromYType, mFromYData, height, parentHeight); in initialize()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java1440 public int mCurrentY, mFromY, mToY, mDefaultY; field in PositionController.Platform
1506 mFromY = mCurrentY; in doAnimation()
1582 mCurrentY = (int) (mFromY + progress * (mToY - mFromY)); in interpolateLinear()
1611 public int mCurrentY, mFromY, mToY; field in PositionController.Box
1670 mFromY = mCurrentY; in doAnimation()
1721 mCurrentY = (int) (mFromY + progress * (mToY - mFromY)); in interpolateLinear()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt62551 Landroid/view/animation/ScaleAnimation;->mFromY:F