Home
last modified time | relevance | path

Searched refs:COMMON_RAW_EVENT (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Devent.h28 COMMON_RAW_EVENT = 0, enumerator
H A Ddeclaration.cpp356 { EventTag::COMMON_RAW_EVENT, in AddCommonEvent()
1632 … auto& rawEvent = declaration.MaybeResetEvent<CommonRawEvent>(EventTag::COMMON_RAW_EVENT); in AddEvent()
1640 … auto& rawEvent = declaration.MaybeResetEvent<CommonRawEvent>(EventTag::COMMON_RAW_EVENT); in AddEvent()
1648 … auto& rawEvent = declaration.MaybeResetEvent<CommonRawEvent>(EventTag::COMMON_RAW_EVENT); in AddEvent()
1656 … auto& rawEvent = declaration.MaybeResetEvent<CommonRawEvent>(EventTag::COMMON_RAW_EVENT); in AddEvent()
1699 … auto& rawEvent = declaration.MaybeResetEvent<CommonRawEvent>(EventTag::COMMON_RAW_EVENT); in AddEvent()
1708 … auto& rawEvent = declaration.MaybeResetEvent<CommonRawEvent>(EventTag::COMMON_RAW_EVENT); in AddEvent()
1716 … auto& rawEvent = declaration.MaybeResetEvent<CommonRawEvent>(EventTag::COMMON_RAW_EVENT); in AddEvent()
1725 … auto& rawEvent = declaration.MaybeResetEvent<CommonRawEvent>(EventTag::COMMON_RAW_EVENT); in AddEvent()
1734 … auto& rawEvent = declaration.MaybeResetEvent<CommonRawEvent>(EventTag::COMMON_RAW_EVENT); in AddEvent()
[all …]
H A Ddeclaration_constants.cpp33 const std::vector<EventTag> DeclarationConstants::DEFAULT_EVENTS { EventTag::COMMON_RAW_EVENT,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_span/
H A Drosen_render_text_span.cpp97 … auto& rawEvent = static_cast<CommonRawEvent&>(declaration->GetEvent(EventTag::COMMON_RAW_EVENT)); in UpdateTouchRegions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp33 AddCommonEvent(EventTag::COMMON_RAW_EVENT); in InitCommonEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h764 auto& rawEvent = declaration_->MaybeResetEvent<CommonRawEvent>(EventTag::COMMON_RAW_EVENT); in GetTouchId()
H A Ddom_node.cpp1863 … auto& rawEvent = static_cast<CommonRawEvent&>(declaration_->GetEvent(EventTag::COMMON_RAW_EVENT)); in UpdateTouchEventComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp767 … auto& rawEvent = static_cast<CommonRawEvent&>(declaration->GetEvent(EventTag::COMMON_RAW_EVENT)); in HandleTouchEvent()