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.h98 struct ArkUI_AlignmentRuleOption { struct
99 ArkUI_HorizontalAlignRule left;
100 ArkUI_HorizontalAlignRule middle;
101 ArkUI_HorizontalAlignRule right;
102 ArkUI_VerticalAlignRule top;
103 ArkUI_VerticalAlignRule center;
104 ArkUI_VerticalAlignRule bottom;
105 float biasHorizontal;
106 float biasVertical;
/foundation/arkui/ace_engine/interfaces/native/
Dnative_type.h152 typedef struct ArkUI_AlignmentRuleOption ArkUI_AlignmentRuleOption; typedef