Home | History | Annotate | Download | only in webkit

Lines Matching refs:mLastTouchY

784     private int mLastTouchY;
1397 mLastTouchY = Math.round(y);
2950 int contentY = viewToContentY(mLastTouchY + getScrollY());
4481 int y = viewToContentY(mLastTouchY + getScrollY());
4817 mZoomManager.setZoomCenter(mLastTouchX, mLastTouchY);
5870 int deltaY = mLastTouchY - y;
5994 mLastTouchY = y;
6035 mLastTouchY = y;
6083 mLastTouchY = y;
6090 mLastTouchY -= roundedDeltaY;
6274 int y = viewToContentY(mLastTouchY + getScrollY() + mSelectOffset.y);
6313 mStartTouchY = mLastTouchY = Math.round(y);