Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dsequenced_recognizer.cpp343 const RefPtr<NGGestureRecognizer> curRecognizer, int64_t beforeDuration) in SendTouchEventToNextRecognizer() argument
353 if (beforeDuration > 0) { in SendTouchEventToNextRecognizer()
355 static_cast<int64_t>(item.second.time.time_since_epoch().count()) + beforeDuration); in SendTouchEventToNextRecognizer()
H A Dsequenced_recognizer.h73 …EventToNextRecognizer(const RefPtr<NGGestureRecognizer> curRecognizer, int64_t beforeDuration = 0);