Home
last modified time | relevance | path

Searched defs:MeasureProperty (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_property.h182 struct MeasureProperty { struct
194 bool operator==(const MeasureProperty& measureProperty) const argument
200 bool UpdateSelfIdealSizeWithCheck(const CalcSize& size) in UpdateSelfIdealSizeWithCheck()
212 bool ClearSelfIdealSize(bool clearWidth, bool clearHeight) in ClearSelfIdealSize()
220 bool UpdateMaxSizeWithCheck(const CalcSize& size) in UpdateMaxSizeWithCheck()
232 bool UpdateMinSizeWithCheck(const CalcSize& size) in UpdateMinSizeWithCheck()
244 bool PercentWidth() const in PercentWidth()
258 bool PercentHeight() const in PercentHeight()
272 std::string ToString() const in ToString()
281 void ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue()
[all …]