Searched refs:mFromY (Results 1 – 2 of 2) 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()
73657 Landroid/view/animation/ScaleAnimation;->mFromY:F