OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MonkeyMotionEvent
(Results
1 - 5
of
5
) sorted by null
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyTouchEvent.java
25
public class MonkeyTouchEvent extends
MonkeyMotionEvent
{
MonkeyTrackballEvent.java
24
public class MonkeyTrackballEvent extends
MonkeyMotionEvent
{
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
...]
MonkeySourceScript.java
321
MonkeyMotionEvent
e;
359
MonkeyMotionEvent
e;
448
MonkeyMotionEvent
e1 = new MonkeyTouchEvent(MotionEvent.ACTION_DOWN)
456
MonkeyMotionEvent
e2 = new MonkeyTouchEvent(MotionEvent.ACTION_UP)
477
MonkeyMotionEvent
e1 = new MonkeyTouchEvent(MotionEvent.ACTION_DOWN)
482
MonkeyMotionEvent
e3 = new MonkeyTouchEvent(MotionEvent.ACTION_UP)
513
MonkeyMotionEvent
e =
[
all
...]
Monkey.java
[
all
...]
Completed in 249 milliseconds