Home
last modified time | relevance | path

Searched refs:toolBarHeight_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar.cpp38 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()
H A Drender_tool_bar.h49 double toolBarHeight_ { 0.0 };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavdestination_pattern_base.h169 return toolBarHeight_; in GetToolBarHeight()
173 toolBarHeight_ = height; in SetToolBarHeight()
282 float toolBarHeight_ = 0.0f; variable