Home
last modified time | relevance | path

Searched refs:contentsToWindowY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DWebViewEventSender.java312 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