Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.h185 bool HasFixedHeight(bool checkPercent = true) const;
H A Dlayout_wrapper.cpp508 if (layoutProperty->HasFixedHeight()) { in AdjustFixedSizeNode()
H A Dlayout_property.cpp862 bool LayoutProperty::HasFixedHeight(bool checkPercent) const in HasFixedHeight() function in OHOS::Ace::NG::LayoutProperty