Home
last modified time | relevance | path

Searched refs:GetChangedTouches (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_element.cpp312 if (info.GetChangedTouches().begin()->GetGlobalLocation().GetY() * viewScale <= in Update()
314 …containerElement->moveX_ = info.GetChangedTouches().begin()->GetGlobalLocation().GetX() * viewScal… in Update()
315 …containerElement->moveY_ = info.GetChangedTouches().begin()->GetGlobalLocation().GetY() * viewScal… in Update()
340 if (info.GetChangedTouches().begin()->GetGlobalLocation().GetY() * viewScale > in Update()
345 …fabs(info.GetChangedTouches().begin()->GetGlobalLocation().GetX() * viewScale - containerElement->… in Update()
347 …info.GetChangedTouches().begin()->GetGlobalLocation().GetY() * viewScale - containerElement->moveY… in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp184 if (info.GetChangedTouches().begin()->GetGlobalLocation().GetY() <= titlePopupDistance) { in InitContainerEvent()
186 if (info.GetChangedTouches().begin()->GetTouchType() == TouchType::DOWN) { in InitContainerEvent()
187 …container->moveX_ = static_cast<float>(info.GetChangedTouches().begin()->GetGlobalLocation().GetX(… in InitContainerEvent()
188 …container->moveY_ = static_cast<float>(info.GetChangedTouches().begin()->GetGlobalLocation().GetY(… in InitContainerEvent()
191 if (info.GetChangedTouches().begin()->GetTouchType() != TouchType::MOVE || in InitContainerEvent()
197 …auto deltaMoveX = fabs(info.GetChangedTouches().begin()->GetGlobalLocation().GetX() - container->m… in InitContainerEvent()
198 …auto deltaMoveY = info.GetChangedTouches().begin()->GetGlobalLocation().GetY() - container->moveY_; in InitContainerEvent()
217 if (info.GetChangedTouches().begin()->GetTouchType() != TouchType::DOWN) { in InitContainerEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_extra_input_data.cpp61 const auto changedInfo = info.GetChangedTouches(); in InsertInterpolatePoints()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_touch_handler.cpp67 auto point = info.GetChangedTouches().front(); in CreateTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.cpp121 CHECK_NULL_VOID(!info.GetChangedTouches().empty()); in HandleInteraction()
122 auto touch = info.GetChangedTouches().front(); in HandleInteraction()
396 CHECK_NULL_VOID(!info.GetChangedTouches().empty()); in OnTouchEvent()
397 auto touch = info.GetChangedTouches().front(); in OnTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_touch_function.cpp74 const std::list<TouchLocationInfo>& changeTouch = info.GetChangedTouches(); in CreateJSEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp157 if (info.GetChangedTouches().empty()) { in InitTouchEvent()
167 const auto& changedPoint = info.GetChangedTouches().front(); in InitTouchEvent()
1014 if (info.GetChangedTouches().empty()) { in ParseTouchInfo()
1017 for (const auto& point : info.GetChangedTouches()) { in ParseTouchInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp104 touchInfoList = info.GetChangedTouches(); in HandleTouchEvent()
107 touchInfoList = info.GetChangedTouches(); in HandleTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_interactable_view_ffi.cpp141 auto& changedTouches = touchEventInfo.GetChangedTouches(); in FfiOHOSAceFrameworkInteractableViewOnTouch()
143 TransformNativeTouchLocationInfo(changeTouchArr, touchEventInfo.GetChangedTouches()); in FfiOHOSAceFrameworkInteractableViewOnTouch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp571 if (!info.GetChangedTouches().empty()) { in ParseTouchInfo()
572 for (auto& point : info.GetChangedTouches()) { in ParseTouchInfo()
584 if (!info.GetChangedTouches().empty()) { in ParseTouchInfo()
585 for (auto& point : info.GetChangedTouches()) { in ParseTouchInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_pattern.cpp267 const auto& changedPoint = info.GetChangedTouches().front(); in HandleTouchEvent()
288 auto touchOffset = info.GetChangedTouches().front().GetLocalLocation(); in HandleTouchDownEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
H A Dhyperlink_pattern.cpp201 auto touchList = info.GetChangedTouches(); in OnTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dstate_style_manager.cpp53 const auto& changeTouches = info.GetChangedTouches(); in GetPressedListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp938 } else if (!info.GetChangedTouches().empty()) { in HandleTouchUp()
939 fingerId = info.GetChangedTouches().front().GetFingerId(); in HandleTouchUp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.cpp105 auto changeTouch = touchInfo->GetChangedTouches(); in TouchInfoToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_pattern.cpp281 auto touchList = info.GetChangedTouches(); in HandleTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h958 const std::list<TouchLocationInfo>& GetChangedTouches() const in GetChangedTouches() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp54 auto changeTouch = touchInfo->GetChangedTouches(); in TouchInfoToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp88 auto changeTouch = touchInfo->GetChangedTouches(); in TouchInfoToString()
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp219 auto touchList = info.GetChangedTouches(); in HandleTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp94 auto changeTouch = touchInfo->GetChangedTouches(); in TouchInfoToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1094 if (info.GetChangedTouches().empty()) { in InitTouchEvent()
1104 const auto& changedPoint = info.GetChangedTouches().front(); in InitTouchEvent()
3538 if (info.GetChangedTouches().empty()) { in ParseTouchInfo()
3541 for (const auto& point : info.GetChangedTouches()) { in ParseTouchInfo()
6433 … if (touchEventQueue_.front().GetChangedTouches().front().GetFingerId() == touchEvent.id) { in SetTouchEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp665 } else if (!info.GetChangedTouches().empty()) { in HandleTouchUp()
666 fingerId = info.GetChangedTouches().front().GetFingerId(); in HandleTouchUp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1086 auto touchInfoList = info.GetChangedTouches(); in HandleTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp4745 if (info.GetChangedTouches().empty()) { in NativeEmbeadTouchToJSValue()
4749 TouchLocationInfo changeTouch = info.GetChangedTouches().back(); in NativeEmbeadTouchToJSValue()
4752 if (info.GetChangedTouches().size() > 0) { in NativeEmbeadTouchToJSValue()

12