Searched refs:contentsToWindowX (Results 1 – 1 of 1) sorted by relevance
312 mTouchPoints.add(new TouchPoint(id, contentsToWindowX(x), contentsToWindowY(y))); in addTouchPoint()321 tp.update(contentsToWindowX(x), contentsToWindowY(y)); in updateTouchPoint()359 private int contentsToWindowX(int x) { in contentsToWindowX() method in WebViewEventSender