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

/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.java2949 int contentX = viewToContentX(mLastTouchX + getScrollX());
2951 if (mFocusedNode != null && mFocusedNode.mHitTestX == contentX
2960 contentX, contentY, hrefMsg);
5798 int contentX = viewToContentX((int) x + getScrollX());
5801 contentX, contentY, mScrollingLayerRect, mScrollingLayerBounds);
5871 int contentX = viewToContentX(x + getScrollX());
5930 Log.v(LOGTAG, "select=" + contentX + "," + contentY);
5945 .contains(contentX, contentY);
5962 Log.v(LOGTAG, "extend=" + contentX + "," + contentY);
5969 int handleX = contentX
8764 nativeIsPointVisible(int instance, int layerId, int contentX, int contentY) argument
[all...]

Completed in 85 milliseconds