Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dmini_timeline_drawer_impl.ts124 () => this.getUsableRange(),
144 getUsableRange() {
153 return this.inputGetter().transform(this.getUsableRange());
346 this.ctx.fillRect(0, fromTop, this.getUsableRange().to, lineHeight);
352 this.ctx.fillRect(0, fromTop, this.getUsableRange().to, lineHeight);
Dmini_timeline_drawer.ts31 getUsableRange(): {from: number; to: number}; method
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component.ts169 const usableRange = drawer.getUsableRange();
274 assertDefined(this.drawer).getUsableRange(),
538 const usableRange = assertDefined(this.drawer).getUsableRange();
Dmini_timeline_component_test.ts503 const usableRange = drawer.getUsableRange();
588 const usableRange = drawer.getUsableRange();