Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dswipe_recognizer.cpp85 auto callbackCatch = swipeCatchCallback_[stage]; in HandleSwipeEvent() local
88 if (status.second && callbackCatch) { in HandleSwipeEvent()
93callbackCatch(SwipeEventInfo(direction, GetSwipeDistance(direction, status.first, point))); in HandleSwipeEvent()