Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp92 buttonType_ = buttonDeclaration_->GetType(); in PrepareSpecializedComponent()
143 if (buttonType_ == BUTTON_TYPE_ARC) { in PrepareBoxSize()
155 if ((buttonType_ != BUTTON_TYPE_CIRCLE) && (LessNotEqual(buttonChild_->GetHeight().Value(), 0.0))) { in PrepareBoxSize()
156 if ((buttonType_ == BUTTON_TYPE_DOWNLOAD) && (SystemProperties::GetDeviceType() == DeviceType::PHONE)) { in PrepareBoxSize()
181 if (buttonType_ == BUTTON_TYPE_ICON) { in PrepareUniversalButton()
183 } else if (buttonType_ == BUTTON_TYPE_CAPSULE) { in PrepareUniversalButton()
185 } else if (buttonType_ == BUTTON_TYPE_TEXT) { in PrepareUniversalButton()
187 } else if (buttonType_ == BUTTON_TYPE_CIRCLE) { in PrepareUniversalButton()
189 } else if (buttonType_ == BUTTON_TYPE_DOWNLOAD) { in PrepareUniversalButton()
191 } else if (buttonType_ in PrepareUniversalButton()
[all...]
H A Ddom_button.h84 std::string buttonType_; member in OHOS::Ace::Framework::final
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h67 if (buttonType_ == ComponentButtonType::POPUP || buttonType_ == ComponentButtonType::STEPPER) {
72 if (buttonType_ == ComponentButtonType::NAVIGATION) {
121 buttonType_ = buttonType; in setComponentButtonType()
412 ComponentButtonType buttonType_ = ComponentButtonType::BUTTON; member in OHOS::Ace::NG::ButtonPattern
/foundation/arkui/ui_lite/test/uitest/test_dialog/
H A Dui_test_dialog.cpp39 buttonType_ = buttonType; in TestUIDialogButtonListener()
51 switch (buttonType_) {
73 UIDialog::DialogButtonType buttonType_; member in OHOS::TestUIDialogButtonListener

Completed in 4 milliseconds