Home
last modified time | relevance | path

Searched refs:CATCH (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h748 } else if (action == EventAction::CATCH && stage == EventStage::BUBBLE) { in GetSwipeId()
776 …} else if (action == EventAction::CATCH && stage == EventStage::BUBBLE && type == EventType::TOUCH… in GetTouchId()
778 …} else if (action == EventAction::CATCH && stage == EventStage::BUBBLE && type == EventType::TOUCH… in GetTouchId()
780 …} else if (action == EventAction::CATCH && stage == EventStage::BUBBLE && type == EventType::TOUCH… in GetTouchId()
782 …} else if (action == EventAction::CATCH && stage == EventStage::BUBBLE && type == EventType::TOUCH… in GetTouchId()
784 …} else if (action == EventAction::CATCH && stage == EventStage::CAPTURE && type == EventType::TOUC… in GetTouchId()
786 …} else if (action == EventAction::CATCH && stage == EventStage::CAPTURE && type == EventType::TOUC… in GetTouchId()
788 …} else if (action == EventAction::CATCH && stage == EventStage::CAPTURE && type == EventType::TOUC… in GetTouchId()
790 …} else if (action == EventAction::CATCH && stage == EventStage::CAPTURE && type == EventType::TOUC… in GetTouchId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Drender_touch_listener.cpp51 … auto& catchEventId = touchComponent->GetEvent(EventAction::CATCH, eventStage, touchEventType); in Update()
66 auto& catchEventId = touchComponent->GetSwipeEvent(EventAction::CATCH, eventStage); in Update()
79 …if (!touchComponent->GetEvent(EventAction::CATCH, EventStage::CAPTURE, EventType::TOUCH_DOWN).IsEm… in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.h28 constexpr uint32_t CATCH = 1; variable