Home
last modified time | relevance | path

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

/ohos5.0/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()
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_ == BUTTON_TYPE_ARC) { in PrepareUniversalButton()
412 if (buttonType_ == BUTTON_TYPE_CIRCLE) { in PrepareWaiting()
420 …if ((buttonType_ == BUTTON_TYPE_CIRCLE) || (buttonType_ == BUTTON_TYPE_TEXT) || textChild_->GetDat… in PrepareWaiting()
[all …]
H A Ddom_button.h84 std::string buttonType_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h67 … if (buttonType_ == ComponentButtonType::POPUP || buttonType_ == ComponentButtonType::STEPPER) { in GetFocusPattern()
72 if (buttonType_ == ComponentButtonType::NAVIGATION) { in GetFocusPattern()
115 buttonType_ = buttonType; in setComponentButtonType()
390 ComponentButtonType buttonType_ = ComponentButtonType::BUTTON; variable
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_dialog/
H A Dui_test_dialog.cpp39 buttonType_ = buttonType; in TestUIDialogButtonListener()
51 switch (buttonType_) { in OnClick()
73 UIDialog::DialogButtonType buttonType_; member in OHOS::TestUIDialogButtonListener