Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpopup_param.h39 TouchEventFunc touchFunc; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1427 if (btnPropFirst.touchFunc) { in BindPopup()
1428 btnPropFirst.actionId = EventMarker([onTouch = btnPropFirst.touchFunc]() { in BindPopup()
1436 if (btnPropSecond.touchFunc) { in BindPopup()
1437 btnPropSecond.actionId = EventMarker([onTouch = btnPropSecond.touchFunc]() { in BindPopup()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp182 propertiesPrimary.touchFunc = touchPrimaryCallback; in DealBindPopupParams()
196 propertiesSecondary.touchFunc = touchSecondaryCallback; in DealBindPopupParams()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5009 propertiesPrimary.touchFunc = touchPrimaryCallback; in BindBasePopup()
5021 propertiesSecondary.touchFunc = touchSecondaryCallback; in BindBasePopup()