Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp105 bool ButtonComponent::GetRadiusState() const in GetRadiusState() function in OHOS::Ace::ButtonComponent
107 return declaration_->GetRadiusState(); in GetRadiusState()
371 updateType |= static_cast<uint32_t>(button->GetRadiusState() == declaration_->GetRadiusState() ? in Compare()
H A Drosen_render_button.cpp172 if (!buttonComponent_->GetRadiusState() && buttonComponent_->IsInputButton()) { in Measure()
196 if (buttonComponent_->GetRadiusState() || widthDefined_ || heightDefined_) { in MeasureButtonSize()
217 if (!buttonComponent_->GetRadiusState()) { in MeasureCircle()
237 if (!buttonComponent_->GetRadiusState() && buttonComponent_->GetDeclarativeFlag()) { in ResetBoxRadius()
H A Dbutton_component.h63 bool GetRadiusState() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp226 if (!buttonDeclaration_->GetRadiusState()) { in PrepareCapsuleButton()
292 if (!buttonDeclaration_->GetRadiusState()) { in PrepareDownloadButton()
475 if (!HasBorderRadiusStyle() || buttonDeclaration_->GetRadiusState()) { in PrepareBackDecorationStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h291 bool GetRadiusState() const in GetRadiusState() function