Searched defs:contentX (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/webkit/
H A DViewManager.java282 ChildView hitTest(int contentX, int contentY) { argument
288 if (contentX >= v.x && contentX < (v.x + v.width)
H A DWebViewClassic.java2912 int contentX = viewToContentX(mLastTouchX + getScrollX());
2914 if (mFocusedNode != null && mFocusedNode.mHitTestX == contentX
2923 contentX, contentY, hrefMsg);
5779 int contentX = viewToContentX((int) x + getScrollX());
5782 contentX, contentY, mScrollingLayerRect, mScrollingLayerBounds);
5858 int contentX = viewToContentX(x + getScrollX());
5911 Log.v(LOGTAG, "select=" + contentX + "," + contentY);
5926 .contains(contentX, contentY);
5943 Log.v(LOGTAG, "extend=" + contentX + "," + contentY);
5950 int handleX = contentX
8754 nativeIsPointVisible(int instance, int layerId, int contentX, int contentY) argument
[all...]

Completed in 77 milliseconds