Home | History | Annotate | Download | only in view

Lines Matching defs:mLastY

4699         private float mLastY;
4790 mLastY = mStartY;
4816 mAccumulatedY += y - mLastY;
4818 mLastY = y;