Home
last modified time | relevance | path

Searched refs:realSideBarWidth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_layout_algorithm.h54 void SetRealSideBarWidth(Dimension realSideBarWidth) in SetRealSideBarWidth() argument
56 realSideBarWidthDimension_ = realSideBarWidth; in SetRealSideBarWidth()
H A Dside_bar_container_layout_algorithm.cpp224 auto realSideBarWidth = layoutProperty->GetSideBarWidth().value_or(-1.0_vp); in GetAllPropertyValue() local
229 realSideBarWidth_ = ConvertToPx(realSideBarWidth, scaleProperty, parentWidth).value_or(-1.0f); in GetAllPropertyValue()