Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_layout_algorithm.cpp80 auto calc = layoutProperty->GetCustomHeight().value_or(Dimension(0.0)); in Measure()
124 customHeight_ = layoutProperty->GetCustomHeight().value_or(Dimension(0.0)); in Layout()
127 auto calc = layoutProperty->GetCustomHeight().value_or(Dimension(0.0)); in Layout()
H A Dsliding_panel_layout_algorithm.h77 CalcDimension GetCustomHeight() in GetCustomHeight() function
H A Dsliding_panel_pattern.cpp64 auto calc = layoutProperty->GetCustomHeight().value_or(Dimension(0.0)); in OnModifyDone()
157 customHeight_ = layoutAlgorithm->GetCustomHeight(); in OnDirtyLayoutWrapperSwap()