Home
last modified time | relevance | path

Searched refs:swipeEvent (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/common/js/
H A Dprogress.js44 export const swipeEvent = function(e) {
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h742 auto& swipeEvent = declaration_->MaybeResetEvent<CommonSwipeEvent>(EventTag::COMMON_SWIPE_EVENT); in GetSwipeId() local
743 if (!swipeEvent.IsValid()) { in GetSwipeId()
747 return swipeEvent.captureSwipe.eventMarker; in GetSwipeId()
749 return swipeEvent.catchBubbleSwipe.eventMarker; in GetSwipeId()
751 return swipeEvent.swipe.eventMarker; in GetSwipeId()
H A Ddom_node.cpp1839 auto& swipeEvent = static_cast<CommonSwipeEvent&>(declaration_->GetEvent(EventTag::COMMON_SWIPE_EVENT)); in UpdateTouchEventComponent() local
1840 if (swipeEvent.IsValid()) { in UpdateTouchEventComponent()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1691 auto& swipeEvent = declaration.MaybeResetEvent<CommonSwipeEvent>(EventTag::COMMON_SWIPE_EVENT);
1692 if (swipeEvent.IsValid()) {
1693 swipeEvent.catchBubbleSwipe.eventMarker = EventMarker(eventId, DOM_CATCH_BUBBLE_SWIPE, pageId);
1694 swipeEvent.catchBubbleSwipe.isRefreshed = true;
1925 auto& swipeEvent = declaration.MaybeResetEvent<CommonSwipeEvent>(EventTag::COMMON_SWIPE_EVENT);
1926 if (swipeEvent.IsValid()) {
1927 swipeEvent.swipe.eventMarker = EventMarker(eventId, DOM_SWIPE, pageId);
1928 swipeEvent.swipe.eventMarker.SetCatchMode(false);
1929 swipeEvent.swipe.isRefreshed = true;

Completed in 10 milliseconds