HomeSort by relevance Sort by last modified time
    Searched full:pressduration (Results 1 - 1 of 1) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 472 long pressDuration = Long.parseLong(args[2]);
481 MonkeyWaitEvent e2 = new MonkeyWaitEvent(pressDuration);
483 .setDownTime(downTime + pressDuration)
484 .setEventTime(downTime + pressDuration)
    [all...]

Completed in 95 milliseconds