Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dradio_modifier.cpp304 if (static_cast<RadioIndicatorType>(indicatorType) != RadioIndicatorType::TICK && in SetRadioOptions()
305 static_cast<RadioIndicatorType>(indicatorType) != RadioIndicatorType::DOT && in SetRadioOptions()
306 static_cast<RadioIndicatorType>(indicatorType) != RadioIndicatorType::CUSTOM) { in SetRadioOptions()
307 indicatorType = static_cast<ArkUI_Uint32>(RadioIndicatorType::TICK); in SetRadioOptions()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_radio.cpp38 enum class RadioIndicatorType { class
104 if (indicator.value() == static_cast<int32_t>(RadioIndicatorType::CUSTOM)) { in ParseIndicator()
117 indicator = static_cast<int32_t>(RadioIndicatorType::TICK); in ParseIndicator()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_model_ng.h34 enum class RadioIndicatorType { class
H A Dradio_pattern.cpp74 if (radioIndicatorType == static_cast<int32_t>(RadioIndicatorType::CUSTOM)) { in UpdateIndicatorType()
579 case static_cast<int32_t>(RadioIndicatorType::TICK): in GetImageSourceInfoFromTheme()
582 case static_cast<int32_t>(RadioIndicatorType::DOT): in GetImageSourceInfoFromTheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_radio_bridge.cpp379 auto indicatorType = RadioIndicatorType::TICK; in SetRadioOptions()
388 indicatorType = static_cast<RadioIndicatorType>(indicatorTypeArg->Int32Value(vm)); in SetRadioOptions()
389 if (indicatorType == RadioIndicatorType::CUSTOM) { in SetRadioOptions()
390 indicatorType = RadioIndicatorType::TICK; in SetRadioOptions()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js3237 let RadioIndicatorType;
3238 (function (RadioIndicatorType) {
3239 RadioIndicatorType[RadioIndicatorType.TICK = 0] = "TICK";
3240 RadioIndicatorType[RadioIndicatorType.DOT = 1] = "DOT";
3241 RadioIndicatorType[RadioIndicatorType.CUSTOM = 2] = "CUSTOM";
3242 })(RadioIndicatorType || (RadioIndicatorType
[all...]

Completed in 8 milliseconds