Home | History | Annotate | Download | only in ui

Lines Matching refs:lastY

2758             int32_t lastY = mLastTouch.pointers[j].y;
2759 int32_t deltaY = abs(y - lastY);
2763 j, lastY, deltaY);
2771 closestY = lastY;