Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.cpp357 ArkUI_Float32 radioList[radioLength]; in RegisterNodeEvent() local
362 radioList[i] = radio->value[i].f32; in RegisterNodeEvent()
365 nodePtr->uiNodeHandle, reinterpret_cast<int64_t>(nodePtr), radioList, radioLength); in RegisterNodeEvent()
H A Dstyle_modifier.cpp8922 ArkUI_NumberValue* radioList = new ArkUI_NumberValue[radioLength]; in SetAreaChangeRatio() local
8925 delete[] radioList; in SetAreaChangeRatio()
8928 radioList[i].f32 = item->value[i].f32; in SetAreaChangeRatio()
8933 node->areaChangeRadio = new ArkUI_AttributeItem { .value = radioList, .size = radioLength}; in SetAreaChangeRatio()

Completed in 26 milliseconds