Searched refs:CATCH (Results 1 – 3 of 3) sorted by relevance
748 } 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()
51 … 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()
28 constexpr uint32_t CATCH = 1; variable