Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java331 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.Box
1673 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()