Home
last modified time | relevance | path

Searched refs:propertiesSecondary (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp190 ButtonProperties propertiesSecondary; in DealBindPopupParams() local
191 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5017 ButtonProperties propertiesSecondary; in BindBasePopup() local
5018 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()