Home
last modified time | relevance | path

Searched defs:motionEvent (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/parsers/input/perfetto/
Dparser_motion_event_test.ts64 const motionEvent = assertDefined(entry.getChildByName('motionEvent')); constant
Dparser_motion_event.ts59 const motionEvent = await this.getMotionEventProto(index); constant
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScriptTest.kt45 val motionEvent = receiveEvent(script, MonkeyEvent.EVENT_TYPE_TOUCH) as MonkeyMotionEvent in assertTouchEvent() constant