Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/bottomnav/
Dbottom_drawer_component.ts269 const shiftAmount = constant
272 top -= shiftAmount;
273 bottom += baseHeight + shiftAmount;
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component.ts544 const shiftAmount = transformer constant
548 let newFrom = zoomRange.from.add(shiftAmount.getValueNs());
549 let newTo = zoomRange.to.add(shiftAmount.getValueNs());