Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dtransition_timeline_component.ts202 let totalRowHeight = variable
205 if (totalRowHeight < 10) {
206 totalRowHeight = 10;
209 totalRowHeight = 30;
213 const rowHeight = totalRowHeight - padding;
217 borderPadding + rowToUse * totalRowHeight,