Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_impl.ts49 private inputGetter: () => MiniTimelineDrawerInput, property in MiniTimelineDrawerImpl
153 return this.inputGetter().transform(this.getUsableRange());
249 if (this.inputGetter().timelineData.getActiveTrace() === trace) {
345 …this.ctx.fillStyle = this.inputGetter().isDarkMode ? '#696563' : '#eeeff0'; // Keep in sync with v…
351 …this.ctx.fillStyle = this.inputGetter().isDarkMode ? '#4e5767' : '#E8F0FE'; // Keep in sync with v…