Home
last modified time | relevance | path

Searched defs:timestampType (Results 1 – 6 of 6) sorted by relevance

/development/tools/winscope/src/app/components/timeline/
Dmini_timeline_component.ts80 const timestampType = this.timelineData.getTimestampType()!; constant
85 const timestampType = this.timelineData.getTimestampType()!; constant
Dmini_canvas_drawer.ts72 private timestampType: TimestampType; property in Transformer
/development/tools/winscope/src/viewers/viewer_transitions/
Dpresenter.ts71 const timestampType = this.transitionTrace.getTimestampType(); constant
143 const timestampType = this.transitionTrace.getTimestampType(); constant
Dui_data.ts25 public timestampType: TimestampType, property in UiData
Dviewer_transitions_component_test.ts84 const timestampType = TimestampType.REAL; constant
/development/tools/winscope/src/trace/
Dtrace.ts80 private timestampType: TimestampType | undefined; property in Trace