Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp479 auto gesturePtr = Referenced::Claim(reinterpret_cast<Gesture*>(gesture)); in addGestureToNode() local
486 gesturePtr->SetPriority(priority); in addGestureToNode()
493 gesturePtr->SetGestureMask(gestureMask); in addGestureToNode()
494 gestureHub->AttachGesture(gesturePtr); in addGestureToNode()
503 auto gesturePtr = Referenced::Claim(reinterpret_cast<Gesture*>(gesture)); in addGestureToNodeWithRefCountDecrease() local
510 gesturePtr->SetPriority(priority); in addGestureToNodeWithRefCountDecrease()
517 gesturePtr->SetGestureMask(gestureMask); in addGestureToNodeWithRefCountDecrease()
518 gestureHub->AttachGesture(gesturePtr); in addGestureToNodeWithRefCountDecrease()
520 gesturePtr->DecRefCount(); in addGestureToNodeWithRefCountDecrease()
527 auto gesturePtr = Referenced::Claim(reinterpret_cast<Gesture*>(gesture)); in removeGestureFromNode() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6282 auto gesturePtr = Referenced::Claim(reinterpret_cast<Gesture*>(gesture)); in SetGestureTag() local
6283 gesturePtr->SetTag(gestureTagArg->ToString(vm)->ToString(vm)); in SetGestureTag()
6308 auto gesturePtr = Referenced::Claim(reinterpret_cast<Gesture*>(gesture)); in SetGestureAllowedTypes() local
6309 gesturePtr->SetAllowedTypes(allowedTypes); in SetGestureAllowedTypes()
6475 auto gesturePtr = Referenced::Claim(reinterpret_cast<Gesture*>(gesture)); in SetOnGestureEvent() local
6476 gesturePtr->SetOnActionCancelId(onActionCancelFunc); in SetOnGestureEvent()
6490 auto gesturePtr = Referenced::Claim(reinterpret_cast<Gesture*>(gesture)); in SetOnGestureEvent() local
6493 gesturePtr->SetOnActionId(event); in SetOnGestureEvent()
6496 gesturePtr->SetOnActionStartId(event); in SetOnGestureEvent()
6499 gesturePtr->SetOnActionUpdateId(event); in SetOnGestureEvent()
[all …]