Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Dtouch_listener_component.h90 void SetOnTouchId(const EventMarker& onTouchId) in SetOnTouchId() argument
92 onTouchId_ = onTouchId; in SetOnTouchId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1069 auto onTouchId = EventMarker( in SetOnTouch() local
1079 touchComponent->SetOnTouchId(onTouchId); in SetOnTouch()