Searched refs:bIsDeckVisible (Results 1 – 1 of 1) sorted by relevance
354 bool bIsDeckVisible; in NotifyResize() local359 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthOpenThreshold; in NotifyResize()361 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthCloseThreshold; in NotifyResize()362 mbIsDeckRequestedOpen = bIsDeckVisible; in NotifyResize()363 UpdateCloseIndicator(!bIsDeckVisible); in NotifyResize()366 bIsDeckVisible = false; in NotifyResize()371 if (bIsDeckVisible) in NotifyResize()
Completed in 22 milliseconds