Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/input/perfetto/
Dtraces_parser_input.ts35 private readonly motionEventTrace: Trace<PropertyTreeNode> | undefined; property in TracesParserInput
44 this.motionEventTrace = traces.getTrace(TraceType.INPUT_MOTION_EVENT);
46 this.motionEventTrace?.getDescriptors().forEach((d) => {
56 this.motionEventTrace === undefined
62 this.motionEventTrace,
80 : this.motionEventTrace,
107 : this.motionEventTrace,
172 (await this.motionEventTrace