Searched refs:updateTouchPoint (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
D | EventSender.java | 79 public void updateTouchPoint(int id, int x, int y) { in updateTouchPoint() method in EventSender 80 mEventSenderImpl.updateTouchPoint(id, x, y); in updateTouchPoint()
|
D | EventSenderImpl.java | 403 public void updateTouchPoint(int id, int x, int y) { in updateTouchPoint() method in EventSenderImpl
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | EventSender.java | 34 public void updateTouchPoint(int id, int x, int y); in updateTouchPoint() method
|
D | CallbackProxy.java | 149 mEventSender.updateTouchPoint(id, x, y); in handleMessage() 339 public void updateTouchPoint(int id, int x, int y) { in updateTouchPoint() method in CallbackProxy
|
D | WebViewEventSender.java | 315 public void updateTouchPoint(int i, int x, int y) { in updateTouchPoint() method in WebViewEventSender
|