Home
last modified time | relevance | path

Searched defs:fullRange (Results 1 – 4 of 4) 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.ts123 @Input() fullRange: TimeRange | undefined; property in SliderComponent
Dmini_timeline_component.ts329 const fullRange = timelineData.getFullTimeRange(); constant
535 const fullRange = timelineData.getFullTimeRange(); constant
Dmini_timeline_component_test.ts133 let fullRange = timelineData.getFullTimeRange(); variable