Searched refs:mToGap (Results 1 – 1 of 1) sorted by relevance
455 g.mCurrentGap = g.mToGap; in skipAnimation()1744 public int mCurrentGap, mFromGap, mToGap; field in PositionController.Gap1759 mToGap = targetSize; in doAnimation()1769 mCurrentGap = mToGap; in interpolate()1772 mCurrentGap = (int) (mFromGap + progress * (mToGap - mFromGap)); in interpolate()1778 return (mCurrentGap == mToGap); in interpolate()