Searched defs:addPointer (Results 1 - 1 of 1) sorted by relevance

/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeyMotionEvent.java57 public MonkeyMotionEvent addPointer(int id, float x, float y) { method in class:MonkeyMotionEvent
58 return addPointer(id, x, y, 0, 0);
61 public MonkeyMotionEvent addPointer(int id, float x, float y, method in class:MonkeyMotionEvent

Completed in 83 milliseconds