Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp793 buttonComponent->SetWidth(buttonTheme->GetMinCircleButtonDiameter()); in BuildButtonsForWatch()
794 buttonComponent->SetHeight(buttonTheme->GetMinCircleButtonDiameter()); in BuildButtonsForWatch()
795 buttonComponent->SetRectRadius(buttonTheme->GetMinCircleButtonDiameter() / 2.0); in BuildButtonsForWatch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_theme.h294 const Dimension& GetMinCircleButtonDiameter() const in GetMinCircleButtonDiameter() function