Home
last modified time | relevance | path

Searched refs:getDispatchEvents (Results 1 – 3 of 3) sorted by relevance

/development/tools/winscope/src/parsers/input/perfetto/
Dparser_key_event.ts62 windowDispatchEvents: await this.getDispatchEvents(keyEvent.eventId),
Dparser_motion_event.ts62 windowDispatchEvents: await this.getDispatchEvents(motionEvent.eventId),
Dabstract_input_event_parser.ts62 protected async getDispatchEvents( method in AbstractInputEventParser