Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_extened.h94 struct ArkUI_OptionalUint { struct
115 ArkUI_OptionalUint colorValue; argument
116 ArkUI_OptionalUint selectedColorValue;
H A Dnative_node_extented.cpp349 indicator->colorValue = ArkUI_OptionalUint { 0, 0xFF000000 }; in OH_ArkUI_SwiperIndicator_Create()
350 indicator->selectedColorValue = ArkUI_OptionalUint { 0, 0xFF000000 }; in OH_ArkUI_SwiperIndicator_Create()