Searched refs:LayoutConstants (Results 1 – 6 of 6) sorted by relevance
45 return visibleRect.height - LayoutConstants.TrackHeight in getScrollableBlockIncrement()50 return LayoutConstants.TrackHeight in getScrollableUnitIncrement()96 return maxOf(0, minOf(this.width, lastMousePosition.x - LayoutConstants.RowLabelWidth)) in isFocusable()
19 object LayoutConstants { object
30 dimen.width = LayoutConstants.RowLabelWidth in getPreferredSize()
103 frame.size.width - LayoutConstants.RowLabelWidth) in <lambda>()
19 import traceviewer.ui.LayoutConstants28 … : SliceTrack<SchedSlice>(slices, renderState, trackHeight = LayoutConstants.SchedTrackHeight) {
19 import traceviewer.ui.LayoutConstants29 trackHeight: Int = LayoutConstants.TrackHeight) : JComponent() {