Home
last modified time | relevance | path

Searched refs:fullHeight_ (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component.h89 return fullHeight_; in GetFullHeight()
94 fullHeight_ = fullHeight; in SetFullHeight()
163 std::pair<Dimension, bool> fullHeight_ = { 0.0_vp, false }; variable
H A Dpanel_component.h199 return fullHeight_; in GetFullHeight()
204 fullHeight_ = fullHeight; in SetFullHeight()
221 std::pair<Dimension, bool> fullHeight_ = { 0.0_vp, false }; variable
H A Drender_sliding_panel.h85 return fullHeight_.first; in GetFullHeight()
164 std::pair<Dimension, bool> fullHeight_ = { 0.0_vp, false }; variable
H A Drender_sliding_panel.cpp94 fullHeight_ = slidingPanel->GetFullHeight(); in Update()
184fullHeight_.second ? maxSize.Height() - NormalizeToPx(fullHeight_.first) : NormalizeToPx(BLANK_MIN… in InitializeLayoutProps()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_layout_algorithm.h64 return fullHeight_; in GetFullHeight()
100 Dimension fullHeight_; variable
H A Dsliding_panel_pattern.h151 Dimension fullHeight_; variable
H A Dsliding_panel_layout_algorithm.cpp119 fullHeight_ = in Layout()
H A Dsliding_panel_pattern.cpp160 fullHeight_ = layoutAlgorithm->GetFullHeight(); in OnDirtyLayoutWrapperSwap()
902 layoutProperty->GetFullHeight().value_or(fullHeight_).ToString().c_str(), filter); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_panel.cpp53 panelChild_->SetFullHeight(fullHeight_); in PrepareSpecializedComponent()
75 panel.fullHeight_.second = true; in SetSpecializedAttr()
76 panel.fullHeight_.first = StringToDimension(val); in SetSpecializedAttr()
H A Ddom_panel.h56 std::pair<Dimension, bool> fullHeight_ = { 0.0_vp, false }; variable