Searched refs:toolBarHeight_ (Results 1 – 3 of 3) sorted by relevance
38 toolBarHeight_ = 0.0; in PerformLayout()42 Size layoutSize = GetLayoutParam().Constrain(Size(toolBarWidth_, toolBarHeight_)); in PerformLayout()57 toolBarHeight_ = std::max((*item)->GetLayoutSize().Height(), toolBarHeight_); in LayoutChildren()
49 double toolBarHeight_ { 0.0 };
169 return toolBarHeight_; in GetToolBarHeight()173 toolBarHeight_ = height; in SetToolBarHeight()282 float toolBarHeight_ = 0.0f; variable