HomeSort by relevance Sort by last modified time
    Searched refs:MonkeyMotionEvent (Results 1 - 5 of 5) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyMotionEvent.java 30 public abstract class MonkeyMotionEvent extends MonkeyEvent {
46 protected MonkeyMotionEvent(int type, int source, int action) {
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 setDeviceId(int deviceId)
    [all...]
MonkeyTouchEvent.java 28 public class MonkeyTouchEvent extends MonkeyMotionEvent {
MonkeyTrackballEvent.java 28 public class MonkeyTrackballEvent extends MonkeyMotionEvent {
MonkeySourceScript.java 282 MonkeyMotionEvent e;
314 MonkeyMotionEvent e1 = new MonkeyTouchEvent(MotionEvent.ACTION_DOWN)
322 MonkeyMotionEvent e2 = new MonkeyTouchEvent(MotionEvent.ACTION_UP)
343 MonkeyMotionEvent e1 = new MonkeyTouchEvent(MotionEvent.ACTION_DOWN)
348 MonkeyMotionEvent e3 = new MonkeyTouchEvent(MotionEvent.ACTION_UP)
379 MonkeyMotionEvent e =
770 private void adjustMotionEventTime(MonkeyMotionEvent e) {
814 adjustMotionEventTime((MonkeyMotionEvent) ev);
Monkey.java     [all...]

Completed in 177 milliseconds