Home | History | Annotate | Download | only in webkit

Lines Matching refs:mGlobalVisibleOffset

1974             mWebView.getGlobalVisibleRect(mGlobalVisibleRect, mGlobalVisibleOffset);
3128 private Point mGlobalVisibleOffset = new Point();
3131 mWebView.getGlobalVisibleRect(r, mGlobalVisibleOffset);
3132 r.offset(-mGlobalVisibleOffset.x, -mGlobalVisibleOffset.y);