Home
last modified time | relevance | path

Searched refs:touchList (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_touch_function.cpp65 const std::list<TouchLocationInfo>& touchList = info.GetTouches(); in CreateJSEventInfo() local
67 for (const TouchLocationInfo& location : touchList) { in CreateJSEventInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
H A Dhyperlink_pattern.cpp201 auto touchList = info.GetChangedTouches(); in OnTouchEvent() local
202 CHECK_NULL_VOID(!touchList.empty()); in OnTouchEvent()
203 auto touchInfo = touchList.front(); in OnTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_pattern.cpp264 auto touchList = info.GetChangedTouches(); in HandleTouchEvent() local
265 CHECK_NULL_VOID(!touchList.empty()); in HandleTouchEvent()
267 fingerId_ = touchList.front().GetFingerId(); in HandleTouchEvent()
269 for (const auto& touchInfo : touchList) { in HandleTouchEvent()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.cpp81 auto touchList = touchInfo->GetTouches(); in TouchInfoToString() local
82 for (const auto& location : touchList) { in TouchInfoToString()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp63 auto touchList = touchInfo->GetTouches(); in TouchInfoToString() local
64 for (const auto& location : touchList) { in TouchInfoToString()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp29 auto touchList = touchInfo->GetTouches(); in TouchInfoToString() local
30 for (const auto& location : touchList) { in TouchInfoToString()
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp249 auto touchList = info.GetChangedTouches(); in HandleTouchEvent() local
250 CHECK_NULL_VOID(!touchList.empty()); in HandleTouchEvent()
251 auto touchInfo = touchList.front(); in HandleTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp660 auto touchList = info.GetChangedTouches(); in HandleTouchEvent() local
661 CHECK_NULL_VOID(!touchList.empty()); in HandleTouchEvent()
662 auto touchInfo = touchList.front(); in HandleTouchEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp67 auto touchList = touchInfo->GetTouches(); in TouchInfoToString() local
68 for (const auto& location : touchList) { in TouchInfoToString()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.cpp592 const std::list<TouchLocationInfo>& touchList = info.GetTouches();
594 for (const TouchLocationInfo& location : touchList) {
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp6452 const std::list<TouchLocationInfo>& touchList = tempTouchInfo.GetTouches(); in SetTouchLocationInfo() local
6453 for (const TouchLocationInfo& location : touchList) { in SetTouchLocationInfo()
6460 for (const TouchLocationInfo& location : touchList) { in SetTouchLocationInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4939 const std::list<TouchLocationInfo>& touchList = info.GetTouches(); in NativeEmbeadTouchToJSValue() local
4940 for (const TouchLocationInfo& location : touchList) { in NativeEmbeadTouchToJSValue()

Completed in 36 milliseconds