Home
last modified time | relevance | path

Searched defs:SetOnTouchIntercept (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h187 void SetOnTouchIntercept(NG::TouchInterceptFunc&& touchInterceptFunc) override {} in SetOnTouchIntercept() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.h927 void SetOnTouchIntercept(NG::TouchInterceptFunc&& touchInterceptFunc) override in SetOnTouchIntercept() function
H A Dview_abstract.cpp1101 void ViewAbstract::SetOnTouchIntercept(TouchInterceptFunc&& touchInterceptFunc) in SetOnTouchIntercept() function in OHOS::Ace::NG::ViewAbstract
4878 void ViewAbstract::SetOnTouchIntercept(FrameNode* frameNode, TouchInterceptFunc&& touchInterceptFun… in SetOnTouchIntercept() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp1385 void GestureEventHub::SetOnTouchIntercept(TouchInterceptFunc&& touchInterceptFunc) in SetOnTouchIntercept() function in OHOS::Ace::NG::GestureEventHub
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp6850 void SetOnTouchIntercept(ArkUINodeHandle node, void* extraParam) in SetOnTouchIntercept() function