Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dradio_model_impl.cpp28 auto radioComponent = AceType::MakeRefPtr<OHOS::Ace::RadioComponent<std::string>>(radioTheme); in Create() local
32 radioComponent->SetValue(radioValue); in Create()
36 radioComponent->SetGroupName(radioGroupName); in Create()
40 radioGroup.AddRadio(radioComponent); in Create()
43 radioComponent->SetMouseAnimationType(HoverAnimationType::NONE); in Create()
44 ViewStackProcessor::GetInstance()->Push(radioComponent); in Create()
48 radioComponent->SetWidth(radioTheme->GetWidth() - horizontalPadding * 2); in Create()
49 radioComponent->SetHeight(radioTheme->GetHeight() - verticalPadding * 2); in Create()
58 auto radioComponent = AceType::DynamicCast<RadioComponent<std::string>>(stack->GetMainComponent()); in SetChecked() local
60 radioComponent in SetChecked()
76 auto radioComponent = AceType::DynamicCast<RadioComponent<std::string>>(stack->GetMainComponent()); SetWidth() local
88 auto radioComponent = AceType::DynamicCast<RadioComponent<std::string>>(stack->GetMainComponent()); SetHeight() local
99 auto radioComponent = AceType::DynamicCast<RadioComponent<std::string>>(stack->GetMainComponent()); SetPadding() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp260 auto radioComponent = AceType::DynamicCast<RadioComponent<std::string>>(inputChild_); in CreateSpecializedComponent() local
261 if (radioComponent) { in CreateSpecializedComponent()
262 DOMRadioUtil::RemoveRadioComponent(*this, radioComponent); in CreateSpecializedComponent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js19007 let radioComponent = component;
19008 radioComponent.setContentModifier(this.value);

Completed in 25 milliseconds