Searched refs:mToY (Results 1 – 2 of 2) sorted by relevance
36 private float mToY; field in ScaleAnimation109 mToY = 0.0f; in ScaleAnimation()113 mToY = tv.getFloat(); in ScaleAnimation()150 mToY = toY; in ScaleAnimation()177 mToY = toY; in ScaleAnimation()218 mToY = toY; in ScaleAnimation()249 if (mFromY != 1.0f || mToY != 1.0f) { in applyTransformation()250 sy = mFromY + ((mToY - mFromY) * interpolatedTime); in applyTransformation()284 mToY = resolveScale(mToY, mToYType, mToYData, height, parentHeight); in initialize()
73670 Landroid/view/animation/ScaleAnimation;->mToY:F