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

/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeyTouchEvent.java25 public class MonkeyTouchEvent extends MonkeyMotionEvent {
H A DMonkeyTrackballEvent.java24 public class MonkeyTrackballEvent extends MonkeyMotionEvent {
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...]
H A DMonkeySourceScript.java289 MonkeyMotionEvent e;
338 MonkeyMotionEvent e1 = new MonkeyTouchEvent(MotionEvent.ACTION_DOWN)
346 MonkeyMotionEvent e2 = new MonkeyTouchEvent(MotionEvent.ACTION_UP)
367 MonkeyMotionEvent e1 = new MonkeyTouchEvent(MotionEvent.ACTION_DOWN)
372 MonkeyMotionEvent e3 = new MonkeyTouchEvent(MotionEvent.ACTION_UP)
403 MonkeyMotionEvent e =
813 private void adjustMotionEventTime(MonkeyMotionEvent e) {
865 adjustMotionEventTime((MonkeyMotionEvent) ev);
H A DMonkey.java1100 } else if (ev instanceof MonkeyMotionEvent) {

Completed in 179 milliseconds