Searched refs:gestureTag (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkGesture.ts | 38 gestureTag?: string; 54 this.gestureTag = tag; 67 gestureTag?: string; 97 this.gestureTag = tag; 111 gestureTag?: string; 147 this.gestureTag = tag; 161 gestureTag?: string; 179 this.gestureTag = tag; 192 gestureTag?: string; 240 gestureTag?: string; [all …]
|
H A D | ArkComponent.ts | 4858 … getUINativeModule().common.addTapGesture(this._nodePtr, priority, mask, tapGesture.gestureTag, 4871 … getUINativeModule().common.addPanGesture(this._nodePtr, priority, mask, panGesture.gestureTag, 4878 … getUINativeModule().common.addSwipeGesture(this._nodePtr, priority, mask, swipeGesture.gestureTag, 4884 … getUINativeModule().common.addPinchGesture(this._nodePtr, priority, mask, pinchGesture.gestureTag, 4891 …NativeModule().common.addRotationGesture(this._nodePtr, priority, mask, rotationGesture.gestureTag, 4900 gestureGroup.gestureTag, gestureGroup.onCancelCallback, gestureGroup.mode); 4920 if (this._gestures[index].gestureTag === tag) { 4941 if (gestureGroup.gestures[index].gestureTag === tag) { 4955 …getUINativeModule().common.addTapGestureToGroup(nodePtr, tapGesture.gestureTag, tapGesture.allowed… 4968 …getUINativeModule().common.addPanGestureToGroup(nodePtr, panGesture.gestureTag, panGesture.allowed… [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | gesture_group.cpp | 137 void GestureGroup::RemoveChildrenByTag(const std::string& gestureTag, bool& needRecollect) in RemoveChildrenByTag() argument 141 if (tag.has_value() && tag.value() == gestureTag) { in RemoveChildrenByTag() 147 group->RemoveChildrenByTag(gestureTag, needRecollect); in RemoveChildrenByTag()
|
H A D | gesture_group.h | 50 void RemoveChildrenByTag(const std::string& gestureTag, bool& needRecollect);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_gesture_modifier.cpp | 531 void removeGestureFromNodeByTag(ArkUINodeHandle node, ArkUI_CharPtr gestureTag) in removeGestureFromNodeByTag() argument 535 std::string tag(gestureTag); in removeGestureFromNodeByTag() 729 auto gestureTag = gestureInfo->GetTag(); in getGestureTag() local 730 CHECK_NULL_RETURN(gestureTag.has_value(), ERROR_CODE_PARAM_INVALID); in getGestureTag() 731 auto actualSize = static_cast<int32_t>(gestureTag.value().size()); in getGestureTag() 736 auto count = snprintf_s(buffer, bufferSize, bufferSize - 1, "%s", gestureTag.value().c_str()); in getGestureTag()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_event_hub.h | 202 void RemoveGesturesByTag(const std::string& gestureTag);
|
H A D | gesture_event_hub.cpp | 1879 void GestureEventHub::RemoveGesturesByTag(const std::string& gestureTag) in RemoveGesturesByTag() argument 1884 if (tag.has_value() && tag.value() == gestureTag) { in RemoveGesturesByTag() 1891 group->RemoveChildrenByTag(gestureTag, needRecollect); in RemoveGesturesByTag()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 4475 this.gestureTag = tag; 4510 this.gestureTag = tag; 4551 this.gestureTag = tag; 4577 this.gestureTag = tag; 4617 this.gestureTag = tag; 4657 this.gestureTag = tag; 4682 this.gestureTag = tag; 4885 gestureGroup.gestureTag, gestureGroup.onCancelCallback, gestureGroup.mode); 4905 if (this._gestures[index].gestureTag === tag) { 4926 if (gestureGroup.gestures[index].gestureTag === tag) { [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 1326 void (*removeGestureFromNodeByTag)(ArkUINodeHandle node, ArkUI_CharPtr gestureTag);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2993 void (*removeGestureFromNodeByTag)(ArkUINodeHandle node, ArkUI_CharPtr gestureTag);
|