Home
last modified time | relevance | path

Searched refs:windowDispatchEvents (Results 1 – 4 of 4) sorted by relevance

/development/tools/winscope/src/parsers/input/perfetto/
Dparser_motion_event_test.ts138 const windowDispatchEvents = assertDefined( constant
142 expect(windowDispatchEvents?.getAllChildren().length).toEqual(6);
144 windowDispatchEvents
150 windowDispatchEvents
156 windowDispatchEvents
162 windowDispatchEvents
168 windowDispatchEvents
174 windowDispatchEvents
Dparser_key_event_test.ts85 const windowDispatchEvents = assertDefined( constant
89 expect(windowDispatchEvents?.getAllChildren().length).toEqual(2);
91 windowDispatchEvents
97 windowDispatchEvents
Dparser_key_event.ts62 windowDispatchEvents: await this.getDispatchEvents(keyEvent.eventId),
Dparser_motion_event.ts62 windowDispatchEvents: await this.getDispatchEvents(motionEvent.eventId),