/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/ |
H A D | container_modal_element.cpp | 312 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 D | container_modal_pattern.cpp | 184 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 D | ace_extra_input_data.cpp | 61 const auto changedInfo = info.GetChangedTouches(); in InsertInterpolatePoints()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_touch_handler.cpp | 67 auto point = info.GetChangedTouches().front(); in CreateTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
H A D | menu_wrapper_pattern.cpp | 121 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 D | js_touch_function.cpp | 74 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 D | web_pattern.cpp | 157 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 D | render_xcomponent.cpp | 104 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 D | cj_interactable_view_ffi.cpp | 141 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 D | render_web.cpp | 571 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 D | select_overlay_pattern.cpp | 267 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 D | hyperlink_pattern.cpp | 201 auto touchList = info.GetChangedTouches(); in OnTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | state_style_manager.cpp | 53 const auto& changeTouches = info.GetChangedTouches(); in GetPressedListener()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | render_stepper.cpp | 938 } 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 D | cj_frontend.cpp | 105 auto changeTouch = touchInfo->GetChangedTouches(); in TouchInfoToString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_pattern.cpp | 281 auto touchList = info.GetChangedTouches(); in HandleTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 958 const std::list<TouchLocationInfo>& GetChangedTouches() const in GetChangedTouches() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.cpp | 54 auto changeTouch = touchInfo->GetChangedTouches(); in TouchInfoToString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.cpp | 88 auto changeTouch = touchInfo->GetChangedTouches(); in TouchInfoToString()
|
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_pattern.cpp | 219 auto touchList = info.GetChangedTouches(); in HandleTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.cpp | 94 auto changeTouch = touchInfo->GetChangedTouches(); in TouchInfoToString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 1094 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 D | render_swiper.cpp | 665 } 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 D | xcomponent_pattern.cpp | 1086 auto touchInfoList = info.GetChangedTouches(); in HandleTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 4745 if (info.GetChangedTouches().empty()) { in NativeEmbeadTouchToJSValue() 4749 TouchLocationInfo changeTouch = info.GetChangedTouches().back(); in NativeEmbeadTouchToJSValue() 4752 if (info.GetChangedTouches().size() > 0) { in NativeEmbeadTouchToJSValue()
|