Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Dwrap_component.h120 return horizontalMeasure_; in GetHorizontalMeasure()
125 horizontalMeasure_ = horizontalMeasure; in SetHorizontalMeasure()
152 MeasureType horizontalMeasure_ = MeasureType::CONTENT; variable
H A Drender_wrap.h71 if (horizontalMeasure_ == MeasureType::PARENT) { in SetWrapLayoutSize()
140 MeasureType horizontalMeasure_ = MeasureType::CONTENT; variable
H A Drender_wrap.cpp63 horizontalMeasure_ = wrap->GetHorizontalMeasure(); in Update()
448 if ((!isHorizontal && horizontalMeasure_ == MeasureType::CONTENT) || in LayoutWholeWrap()