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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java331 b.mToScale *= ratio;
449 b.mCurrentScale = b.mToScale;
1360 ? b.mCurrentScale : b.mToScale;
1612 public float mCurrentScale, mFromScale, mToScale; field in class:PositionController.Box
1673 mToScale = targetScale;
1718 mCurrentScale = mToScale;
1722 mCurrentScale = mFromScale + progress * (mToScale - mFromScale);
1728 return (mCurrentY == mToY && mCurrentScale == mToScale);

Completed in 39 milliseconds