Home
last modified time | relevance | path

Searched refs:ITEM_ALIGN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dflex_property.h124 …static const char* ITEM_ALIGN[] = { "ItemAlign.Auto", "ItemAlign.Start", "ItemAlign.Center", "Item… in ToJsonValue() local
135 ITEM_ALIGN[static_cast<int32_t>(propAlignSelf.value_or(FlexAlign::AUTO))], filter); in ToJsonValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp49 const char* ITEM_ALIGN[] = { "ItemAlign.Auto", "ItemAlign.Start", "ItemAlign.Center", "ItemAlign.En… variable
807 return ITEM_ALIGN[static_cast<int32_t>(render->GetAlignSelf())]; in GetAlignSelf()
809 return ITEM_ALIGN[0]; in GetAlignSelf()