Searched refs:mFromY (Results 1 – 3 of 3) sorted by relevance
35 private float mFromY; field in ScaleAnimation97 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()
1440 public int mCurrentY, mFromY, mToY, mDefaultY; field in PositionController.Platform1506 mFromY = mCurrentY; in doAnimation()1582 mCurrentY = (int) (mFromY + progress * (mToY - mFromY)); in interpolateLinear()1611 public int mCurrentY, mFromY, mToY; field in PositionController.Box1670 mFromY = mCurrentY; in doAnimation()1721 mCurrentY = (int) (mFromY + progress * (mToY - mFromY)); in interpolateLinear()
62551 Landroid/view/animation/ScaleAnimation;->mFromY:F