Searched refs:realSideBarWidth (Results 1 – 2 of 2) sorted by relevance
54 void SetRealSideBarWidth(Dimension realSideBarWidth) in SetRealSideBarWidth() argument56 realSideBarWidthDimension_ = realSideBarWidth; in SetRealSideBarWidth()
224 auto realSideBarWidth = layoutProperty->GetSideBarWidth().value_or(-1.0_vp); in GetAllPropertyValue() local229 realSideBarWidth_ = ConvertToPx(realSideBarWidth, scaleProperty, parentWidth).value_or(-1.0f); in GetAllPropertyValue()