Home
last modified time | relevance | path

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

/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_pattern.cpp281 auto touchList = info.GetChangedTouches(); in HandleTouchEvent() local
282 CHECK_NULL_VOID(!touchList.empty()); in HandleTouchEvent()
284 fingerId_ = touchList.front().GetFingerId(); in HandleTouchEvent()
286 for (const auto& touchInfo : touchList) { in HandleTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.cpp85 auto touchList = touchInfo->GetTouches(); in TouchInfoToString() local
86 for (const auto& location : touchList) { in TouchInfoToString()
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp219 auto touchList = info.GetChangedTouches(); in HandleTouchEvent() local
220 CHECK_NULL_VOID(!touchList.empty()); in HandleTouchEvent()
221 auto touchInfo = touchList.front(); in HandleTouchEvent()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp68 auto touchList = touchInfo->GetTouches(); in TouchInfoToString() local
69 for (const auto& location : touchList) { in TouchInfoToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp74 auto touchList = touchInfo->GetTouches(); in TouchInfoToString() local
75 for (const auto& location : touchList) { in TouchInfoToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp711 auto touchList = info.GetChangedTouches(); in HandleTouchEvent() local
712 CHECK_NULL_VOID(!touchList.empty()); in HandleTouchEvent()
713 auto touchInfo = touchList.front(); in HandleTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.cpp576 const std::list<TouchLocationInfo>& touchList = info.GetTouches(); in CreateTouchEventInfo() local
578 for (const TouchLocationInfo& location : touchList) { in CreateTouchEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp6468 const std::list<TouchLocationInfo>& touchList = tempTouchInfo.GetTouches(); in SetTouchLocationInfo() local
6469 for (const TouchLocationInfo& location : touchList) { in SetTouchLocationInfo()
6476 for (const TouchLocationInfo& location : touchList) { in SetTouchLocationInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4756 const std::list<TouchLocationInfo>& touchList = info.GetTouches(); in NativeEmbeadTouchToJSValue() local
4757 for (const TouchLocationInfo& location : touchList) { in NativeEmbeadTouchToJSValue()