Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component.ts232 const mouseXRatio: number | undefined = constant
234 this.lastMousePosX = mouseXRatio
235 ? mouseXRatio * this.drawer.getWidth()
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts799 updateExpandedTimelineMouseXRatio(mouseXRatio: number | undefined) {
800 this.expandedTimelineMouseXRatio = mouseXRatio;