Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
Dmeasure_property.h163 struct MeasureProperty { struct
175 bool operator==(const MeasureProperty& measureProperty) const argument
181 bool UpdateSelfIdealSizeWithCheck(const CalcSize& size) in UpdateSelfIdealSizeWithCheck()
193 bool ClearSelfIdealSize(bool clearWidth, bool clearHeight) in ClearSelfIdealSize()
201 bool UpdateMaxSizeWithCheck(const CalcSize& size) in UpdateMaxSizeWithCheck()
213 bool UpdateMinSizeWithCheck(const CalcSize& size) in UpdateMinSizeWithCheck()
225 bool PercentWidth() const in PercentWidth()
239 bool PercentHeight() const in PercentHeight()
253 std::string ToString() const in ToString()
262 void ToJsonValue(std::unique_ptr<JsonValue>& json) const in ToJsonValue()
[all …]