Searched refs:threadsViewWidth (Results 1 – 1 of 1) sorted by relevance
1682 float threadsViewWidth = 0; in DoLayout() local1684 threadsViewWidth = fHeaderView->HeaderFrame(0).Width(); in DoLayout()1685 threadsViewWidth = std::max(threadsViewWidth, in DoLayout()1687 threadsViewWidth = std::min(threadsViewWidth, in DoLayout()1690 float schedulingViewLeft = threadsViewWidth + 1 + kViewSeparationMargin; in DoLayout()1694 fThreadsView->ResizeTo(threadsViewWidth, height); in DoLayout()