Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPositionController.java1744 public int mCurrentGap, mFromGap, mToGap; field in PositionController.Gap
1758 mFromGap = mCurrentGap; in doAnimation()
1772 mCurrentGap = (int) (mFromGap + progress * (mToGap - mFromGap)); in interpolate()