Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.h133 …backMsg(const std::unique_ptr<GestureEventFunc>& callback, bool isRepeat, bool isOnAction = false);
H A Dlong_press_recognizer.cpp358 const std::unique_ptr<GestureEventFunc>& callback, bool isRepeat, bool isOnAction) in SendCallbackMsg() argument
391 if (isOnAction && longPressRecorder_ && *longPressRecorder_) { in SendCallbackMsg()