Home | History | Annotate | Download | only in webkit

Lines Matching refs:mLastTouchY

416     private float mLastTouchY;
2008 int contentY = viewToContentY((int) mLastTouchY + mScrollY);
2060 int contentY = viewToContentY((int) mLastTouchY + mScrollY);
3636 int y = viewToContentY((int) mLastTouchY + mScrollY);
3911 mZoomCenterY = mLastTouchY;
4401 } else if (mLastTouchY > getVisibleTitleHeight()) {
4403 mSelectY = mScrollY + (int) mLastTouchY;
5114 mLastTouchY = y;
5143 float fDeltaY = mLastTouchY - y;
5219 mLastTouchY = y;
5324 mLastTouchY = y;
5342 mLastTouchY = y;
5388 mLastTouchY = y;
5395 mLastTouchY = y;
5575 mLastTouchY = y;
6253 // mLastTouchX and mLastTouchY are the point in the current viewport
6255 int contentY = viewToContentY((int) mLastTouchY + mScrollY);
6286 mLastTouchY = y + (float) (mWebTextView.getTop() - mScrollY);
6344 // mLastTouchX and mLastTouchY are the point in the current viewport
6346 int contentY = viewToContentY((int) mLastTouchY + mScrollY);
6487 mZoomCenterY = mLastTouchY;
6780 viewToContentY((int) mLastTouchY + mScrollY),
6805 ted.mY = viewToContentY((int) mLastTouchY + mScrollY);
6814 ted.mViewY = mLastTouchY;
7152 mLastTouchY = ted.mViewY;