Searched refs:propertiesSecondary (Results 1 – 2 of 2) sorted by relevance
190 ButtonProperties propertiesSecondary; in DealBindPopupParams() local191 propertiesSecondary.value = secondaryString; in DealBindPopupParams()196 propertiesSecondary.touchFunc = touchSecondaryCallback; in DealBindPopupParams()197 propertiesSecondary.action = AceType::MakeRefPtr<NG::ClickEvent>(onNewClick); in DealBindPopupParams()198 propertiesSecondary.showButton = true; in DealBindPopupParams()199 popupParam->SetSecondaryButtonProperties(propertiesSecondary); in DealBindPopupParams()
5017 ButtonProperties propertiesSecondary; in BindBasePopup() local5018 propertiesSecondary.value = secondaryString; in BindBasePopup()5021 propertiesSecondary.touchFunc = touchSecondaryCallback; in BindBasePopup()5022 propertiesSecondary.action = AceType::MakeRefPtr<NG::ClickEvent>(onNewClick); in BindBasePopup()5023 propertiesSecondary.showButton = true; in BindBasePopup()5024 popupParam->SetSecondaryButtonProperties(propertiesSecondary); in BindBasePopup()