Searched refs:mToScale (Results 1 – 1 of 1) sorted by relevance
331 b.mToScale *= ratio; in setBoxSize()449 b.mCurrentScale = b.mToScale; in skipAnimation()1360 ? b.mCurrentScale : b.mToScale; in getTargetScale()1612 public float mCurrentScale, mFromScale, mToScale; field in PositionController.Box1673 mToScale = targetScale; in doAnimation()1718 mCurrentScale = mToScale; in interpolateLinear()1722 mCurrentScale = mFromScale + progress * (mToScale - mFromScale); in interpolateLinear()1728 return (mCurrentY == mToY && mCurrentScale == mToScale); in interpolateLinear()