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

/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeyMotionEvent.java30 public abstract class MonkeyMotionEvent extends MonkeyEvent { class in inherits:MonkeyEvent
46 protected MonkeyMotionEvent(int type, int source, int action) { method in class:MonkeyMotionEvent
57 public MonkeyMotionEvent addPointer(int id, float x, float y) {
61 public MonkeyMotionEvent addPointer(int id, float x, float y,
72 public MonkeyMotionEvent setIntermediateNote(boolean b) {
93 public MonkeyMotionEvent setDownTime(long downTime) {
98 public MonkeyMotionEvent setEventTime(long eventTime) {
103 public MonkeyMotionEvent setMetaState(int metaState) {
108 public MonkeyMotionEvent setPrecision(float xPrecision, float yPrecision) {
114 public MonkeyMotionEvent setDeviceI
[all...]

Completed in 37 milliseconds