Searched refs:contentsToWindowY (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()363 private int contentsToWindowY(int y) { in contentsToWindowY() method in WebViewEventSender