Home
last modified time | relevance | path

Searched defs:touchInterceptFunc (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage_new.cpp376 …TouchInterceptFunc touchInterceptFunc = [](TouchEventInfo& touchEventInfo) { return HitTestMode::H… in __anoncee0c4270402() variable
H A Dview_abstract_test_ng_for_property_config.cpp458 TouchInterceptFunc touchInterceptFunc; variable
485 TouchInterceptFunc touchInterceptFunc; variable
/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()
/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()
H A Dview_abstract.cpp1101 void ViewAbstract::SetOnTouchIntercept(TouchInterceptFunc&& touchInterceptFunc) in SetOnTouchIntercept()
4878 …id ViewAbstract::SetOnTouchIntercept(FrameNode* frameNode, TouchInterceptFunc&& touchInterceptFunc) in SetOnTouchIntercept()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp1385 void GestureEventHub::SetOnTouchIntercept(TouchInterceptFunc&& touchInterceptFunc) in SetOnTouchIntercept()