Home | History | Annotate | Download | only in widget

Lines Matching refs:mLastY

408     int mLastY;
3363 if (mLastY == Integer.MIN_VALUE) {
3366 if (dispatchNestedPreScroll(0, mLastY != Integer.MIN_VALUE ? mLastY - y : -rawDeltaY,
3378 mLastY != Integer.MIN_VALUE ? y - mLastY + scrollConsumedCorrection : deltaY;
3394 if (y != mLastY) {
3482 mLastY = y + lastYCorrection + scrollOffsetCorrection;
3485 if (y != mLastY) {
3488 int newDirection = y > mLastY ? 1 : -1;
3548 mLastY = y + lastYCorrection + scrollOffsetCorrection;
3676 mLastY = y;
3697 mLastY = y;
3721 mLastY = mMotionY;
3763 mLastY = Integer.MIN_VALUE;
4275 mLastY = Integer.MIN_VALUE;