Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp24 const char BUTTON_TYPE_CIRCLE[] = "circle"; member
155 if ((buttonType_ != BUTTON_TYPE_CIRCLE) && (LessNotEqual(buttonChild_->GetHeight().Value(), 0.0))) { in PrepareBoxSize()
187 } else if (buttonType_ == BUTTON_TYPE_CIRCLE) { in PrepareUniversalButton()
377 if ((buttonType_ == BUTTON_TYPE_CIRCLE) || isWatchDownload || buttonDeclaration_->GetWaitingState()) { in PrepareDisabledChildStyle()
412 if (buttonType_ == BUTTON_TYPE_CIRCLE) { in PrepareWaiting()
420 if ((buttonType_ == BUTTON_TYPE_CIRCLE) || (buttonType_ == BUTTON_TYPE_TEXT) || textChild_->GetData().empty()) { in PrepareWaiting()
457 if ((buttonType_ == BUTTON_TYPE_CAPSULE) || (buttonType_ == BUTTON_TYPE_CIRCLE)) { in PrepareBorderStyle()

Completed in 2 milliseconds