Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/
DLayoutConstants.kt22 const val RowLabelWidth = 200 constant
DRowLabel.kt30 dimen.width = LayoutConstants.RowLabelWidth in getPreferredSize()
DTraceViewerWindow.kt103 frame.size.width - LayoutConstants.RowLabelWidth) in <lambda>()
DTimelineView.kt96 return maxOf(0, minOf(this.width, lastMousePosition.x - LayoutConstants.RowLabelWidth)) in isFocusable()