Home
last modified time | relevance | path

Searched defs:fullRange (Results 1 – 5 of 5) sorted by relevance

/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_input.ts34 public fullRange: TimeRange, property in MiniTimelineDrawerInput
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dslider_component.ts124 @Input() fullRange: TimeRange | undefined; property in SliderComponent
Dmini_timeline_component.ts484 const fullRange = timelineData.getFullTimeRange(); constant
531 const fullRange = timelineData.getFullTimeRange(); constant
Dmini_timeline_component_test.ts132 const fullRange = timelineData.getFullTimeRange(); constant
/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dtransition_timeline_component.ts60 @Input() fullRange: TimeRange | undefined; property in TransitionTimelineComponent