Home
last modified time | relevance | path

Searched refs:TOUCH_END (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_type.h28 TOUCH_END, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_utils.h101 TOUCH_END = 0x00000400, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_span/
H A Drosen_render_text_span.cpp109 markersMap.try_emplace(GestureType::TOUCH_END, rawEvent.touchEnd.eventMarker); in UpdateTouchRegions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp254 !GetEventMarker(GetTouchPosition(localOffset), GestureType::TOUCH_END).IsEmpty() || in TouchTest()
357 … GestureType::TOUCH_END, info.GetTouches().front().GetLocalLocation() - text->GetGlobalOffset()); in OnTouchTestHit()
779 case GestureType::TOUCH_END: in HandleTouchEvent()