Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java455 g.mCurrentGap = g.mToGap; in skipAnimation()
1744 public int mCurrentGap, mFromGap, mToGap; field in PositionController.Gap
1759 mToGap = targetSize; in doAnimation()
1769 mCurrentGap = mToGap; in interpolate()
1772 mCurrentGap = (int) (mFromGap + progress * (mToGap - mFromGap)); in interpolate()
1778 return (mCurrentGap == mToGap); in interpolate()