Searched defs:buttonType (Results 1 – 7 of 7) sorted by relevance
169 void UIDialog::SetButton(DialogButtonType buttonType, const char* text, UIView::OnClickListener* li… in SetButton()218 void UIDialog::AddButton(DialogButtonType buttonType, in AddButton()578 void UIDialog::SetButtonColor(DialogButtonType buttonType, ColorType color) in SetButtonColor()
115 void setComponentButtonType(const ComponentButtonType& buttonType) in setComponentButtonType()136 auto buttonType = layoutProperty->GetType().value_or(ButtonType::CAPSULE); in ToJsonValue() local231 static std::string ConvertButtonTypeToString(ButtonType buttonType) in ConvertButtonTypeToString()
87 auto buttonType = buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE); in HandleChildLayoutConstraint() local192 auto buttonType = buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE); in HandleBorderRadius() local242 auto buttonType = buttonLayoutProperty->GetType().value_or(ButtonType::CAPSULE); in PerformMeasureSelf() local
36 TestUIDialogButtonListener(UIDialog::DialogButtonType buttonType, UILabel* label) in TestUIDialogButtonListener()
76 StepperButtonType buttonType = StepperButtonType::NONE; member
1450 JSObjectTemplate buttonType; in JsRegisterFormViews() local1652 JSObjectTemplate buttonType; in JsRegisterViews() local
26 std::string buttonType; member