Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dgesture_recognizer.h291 GestureTypeName GetRecognizerType() const in GetRecognizerType() function
296 return gestureInfo_->GetRecognizerType(); in GetRecognizerType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_info.h101 GestureTypeName GetRecognizerType() const in GetRecognizerType() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_gesture_judge_function.cpp56 auto obj = CreateGestureEventObject(info, gestureInfo->GetRecognizerType()); in Execute()
H A Djs_should_built_in_recognizer_parallel_with_function.h166 type = gestureInfo->GetRecognizerType(); in GetType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp558 GetUniqueGestureEvent(&gestureEvent, gestureInfo->GetRecognizerType(), info); in setGestureInterrupterToNode()
864 arkUIGestureRecognizer->type = static_cast<int32_t>(gestureInfo->GetRecognizerType()); in CreateGestureRecognizer()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp5522 auto type = recognizer->GetRecognizerType(); in TriggerShouldParallelInnerWith()
5527 if (!item->IsSystemGesture() || item->GetRecognizerType() != GestureTypeName::PAN_GESTURE) { in TriggerShouldParallelInnerWith()
5534 auto iter = sortedResponseLinkRecognizers.find(item->GetRecognizerType()); in TriggerShouldParallelInnerWith()