Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/node/
Dnode_extened.h32 struct ArkUI_LayoutConstraint { struct
34 int32_t minWidth;
36 int32_t minHeight;
38 int32_t maxWidth;
40 int32_t maxHeight;
42 int32_t percentReferWidth;
44 int32_t percentReferHeight;
/foundation/arkui/ace_engine/interfaces/native/
Dnative_type.h69 typedef struct ArkUI_LayoutConstraint ArkUI_LayoutConstraint; typedef