Home
last modified time | relevance | path

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

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DEventSender.java79 public void updateTouchPoint(int id, int x, int y) { in updateTouchPoint() method in EventSender
80 mEventSenderImpl.updateTouchPoint(id, x, y); in updateTouchPoint()
DEventSenderImpl.java403 public void updateTouchPoint(int id, int x, int y) { in updateTouchPoint() method in EventSenderImpl
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DEventSender.java34 public void updateTouchPoint(int id, int x, int y); in updateTouchPoint() method
DCallbackProxy.java149 mEventSender.updateTouchPoint(id, x, y); in handleMessage()
339 public void updateTouchPoint(int id, int x, int y) { in updateTouchPoint() method in CallbackProxy
DWebViewEventSender.java315 public void updateTouchPoint(int i, int x, int y) { in updateTouchPoint() method in WebViewEventSender