Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/node/
Dnode_model.h95 struct ArkUI_AlignmentRuleOption { struct
96 ArkUI_HorizontalAlignRule left;
97 ArkUI_HorizontalAlignRule middle;
98 ArkUI_HorizontalAlignRule right;
99 ArkUI_VerticalAlignRule top;
100 ArkUI_VerticalAlignRule center;
101 ArkUI_VerticalAlignRule bottom;
102 float biasHorizontal;
103 float biasVertical;
/foundation/arkui/ace_engine/interfaces/native/
Dnative_type.h152 typedef struct ArkUI_AlignmentRuleOption ArkUI_AlignmentRuleOption; typedef