Home
last modified time | relevance | path

Searched refs:MAX_ATTRIBUTE_ITEM_LEN (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp183 constexpr int32_t MAX_ATTRIBUTE_ITEM_LEN = 20; member
185 ArkUI_NumberValue g_numberValues[MAX_ATTRIBUTE_ITEM_LEN] = { 0 };
186 ArkUI_AttributeItem g_attributeItem = { g_numberValues, MAX_ATTRIBUTE_ITEM_LEN, nullptr, nullptr };
302 for (int i = 0; i < MAX_ATTRIBUTE_ITEM_LEN; ++i) { in ResetAttributeItem()

Completed in 24 milliseconds