Home
last modified time | relevance | path

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

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