Home
last modified time | relevance | path

Searched refs:SetRadiusState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp210 void ButtonComponent::SetRadiusState(bool state) in SetRadiusState() function in OHOS::Ace::ButtonComponent
212 declaration_->SetRadiusState(state); in SetRadiusState()
H A Dbutton_component.h85 void SetRadiusState(bool state);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_button_util.cpp238 component->SetRadiusState(true); in SetChildStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dbutton_model_impl.cpp306 buttonComponent->SetRadiusState(true); in SetBorderRadius()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h524 void SetRadiusState(bool state) in SetRadiusState() function