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

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

Completed in 36 milliseconds