/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | drag_event_test_ng_property_config.cpp | 169 dragDropManager->SetDraggingPointer(info.GetTouches().front().GetFingerId()); 171 dragEventActuator->HandleDragDampingMove(point, info.GetTouches().front().GetFingerId()); 174 EXPECT_FALSE(!dragDropManager->IsSameDraggingPointer(info.GetTouches().front().GetFingerId())); 181 dragEventActuator->HandleDragDampingMove(point, info.GetTouches().front().GetFingerId()); 184 EXPECT_FALSE(!dragDropManager->IsSameDraggingPointer(info.GetTouches().front().GetFingerId())); 191 dragEventActuator->HandleDragDampingMove(point, info.GetTouches().front().GetFingerId()); 194 EXPECT_FALSE(!dragDropManager->IsSameDraggingPointer(info.GetTouches().front().GetFingerId())); 203 dragEventActuator->HandleDragDampingMove(point, info.GetTouches().front().GetFingerId()); 211 dragEventActuator->HandleDragDampingMove(point, info.GetTouches().front().GetFingerId()); 790 dragDropManager->SetDraggingPointer(info.GetTouches().front().GetFingerId()); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | state_style_manager.cpp | 63 stateStyleMgr->pointerId_.insert(lastPoint.GetFingerId()); in GetPressedListener() 66 stateStyleMgr->pointerId_.erase(lastPoint.GetFingerId()); in GetPressedListener() 79 stateStyleMgr->pointerId_.erase(lastPoint.GetFingerId()); in GetPressedListener()
|
H A D | drag_event.cpp | 2245 actuator->HandleDragDampingMove(point, info.GetTouches().front().GetFingerId()); in AddTouchListener()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | render_stepper.cpp | 840 if (fingerId_ >= 0 && clickInfo.GetFingerId() != fingerId_) { in HandleClick() 914 if (fingerId_ >= 0 && locationInfo.GetFingerId() != fingerId_) { in HandleTouchDown() 920 fingerId_ = locationInfo.GetFingerId(); in HandleTouchDown() 927 fingerId_ = locationInfo.GetFingerId(); in HandleTouchDown() 937 fingerId = info.GetTouches().front().GetFingerId(); in HandleTouchUp() 939 fingerId = info.GetChangedTouches().front().GetFingerId(); in HandleTouchUp() 959 if (fingerId_ >= 0 && locationInfo.GetFingerId() != fingerId_) { in HandleTouchMove()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_touch_handler.cpp | 69 .SetId(point.GetFingerId()) in CreateTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_common_ffi.cpp | 45 ffiTouches.fingerId = touchLocationInfo.GetFingerId(); in TransformNativeTouchLocationInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_touch_function.cpp | 34 touchInfoObj->SetProperty<int32_t>("id", touchInfo.GetFingerId()); in CreateTouchInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | js_types.cpp | 97 touchObject->Set(info->GetVM(), ToJSValue("id"), ToJSValue(point.GetFingerId())); in JsGetHistoricalPoints()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 132 touchEventPoint_.id = locationInfo.GetFingerId(); in HandleTouchEvent() 162 ohTouchPoint.id = pointTouchInfo.GetFingerId(); in SetTouchPoint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 1093 touchEventPoint_.id = touchInfo.GetFingerId(); in HandleTouchEvent() 1106 …localOffset.GetX(), localOffset.GetY(), touchInfo.GetFingerId(), touchInfoList.front().GetTouchTyp… in HandleTouchEvent() 1113 … { touchInfo.GetFingerId(), ConvertNativeXComponentEventSourceType(info.GetSourceDevice()) }); in HandleTouchEvent() 1223 ohTouchPoint.id = pointTouchInfo.GetFingerId(); in SetTouchPoint() 1268 point.id = item.GetFingerId(); in SetHistoryPoint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.cpp | 628 if (fingerId_ >= 0 && locationInfo.GetFingerId() != fingerId_) { in HandleTouchDown() 632 fingerId_ = locationInfo.GetFingerId(); in HandleTouchDown() 664 fingerId = info.GetTouches().front().GetFingerId(); in HandleTouchUp() 666 fingerId = info.GetChangedTouches().front().GetFingerId(); in HandleTouchUp() 794 if (fingerId_ >= 0 && clickInfo.GetFingerId() != fingerId_) { in HandleClick() 849 if (fingerId_ >= 0 && info.GetFingerId() != fingerId_) { in HandleDragStart() 951 if (fingerId_ >= 0 && info.GetFingerId() != fingerId_) { in HandleDragEnd()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | render_web.cpp | 561 touchInfo.id = point.GetFingerId(); in ParseTouchInfo() 574 touchInfo.id = point.GetFingerId(); in ParseTouchInfo() 587 touchInfo.id = point.GetFingerId(); in ParseTouchInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
H A D | menu_wrapper_pattern.cpp | 418 fingerId_ = touch.GetFingerId(); in OnTouchEvent() 441 if (fingerId_ != touch.GetFingerId()) { in OnTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_pattern.cpp | 284 fingerId_ = touchList.front().GetFingerId(); in HandleTouchEvent() 287 if (touchInfo.GetFingerId() == fingerId_) { in HandleTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 622 int32_t GetFingerId() const in GetFingerId() function 1003 touchEvent.id = changedTouches_.front().GetFingerId(); in ConvertToTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.cpp | 45 … eventParam.append("\"identifier\":").append(std::to_string(location.GetFingerId())).append(","); in TouchInfoToString() 70 … eventParam.append("\"identifier\":").append(std::to_string(change.GetFingerId())).append(","); in TouchInfoToString()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_view.cpp | 638 … dragEventActuator->SetDragDampStartPointInfo(touchPoint, info.GetTouches().front().GetFingerId()); in InitPanEvent() 640 …ragEventActuator->HandleDragDampingMove(touchPoint, info.GetTouches().front().GetFingerId(), true); in InitPanEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_pattern.cpp | 720 fingerId_ = touchInfo.GetFingerId(); in HandleTouchEvent() 724 if (fingerId_ != touchInfo.GetFingerId()) { in HandleTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_pattern.cpp | 1019 touchInfo.id = point.GetFingerId(); in ParseTouchInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 3543 touchInfo.id = point.GetFingerId(); in ParseTouchInfo() 6433 … if (touchEventQueue_.front().GetChangedTouches().front().GetFingerId() == touchEvent.id) { in SetTouchEventInfo() 6470 if (touchEvent.id == location.GetFingerId()) { in SetTouchLocationInfo() 6477 TouchLocationInfo info("onTouch", location.GetFingerId()); in SetTouchLocationInfo() 6478 if (touchEvent.id == location.GetFingerId()) { in SetTouchLocationInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 4714 touchInfoObj->SetProperty<int32_t>("id", touchInfo.GetFingerId()); in CreateTouchInfo() 4758 if (location.GetFingerId() == changeTouch.GetFingerId()) { in NativeEmbeadTouchToJSValue()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/ |
H A D | slider_Extend_test_ng.cpp | 1360 sliderPattern->fingerId_ = LInfo.GetFingerId();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_frame_node_bridge.cpp | 109 …panda::NumberRef::New(vm, touchInfo.GetFingerId()), panda::NumberRef::New(vm, screenOffset.GetX() … in CreateTouchInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 1838 moveCaretState_.touchFingerId = info.GetFingerId(); in HandleTouchMove() 8930 if (touchInfo.GetFingerId() == moveCaretState_.touchFingerId) { in OnBackPressed()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 6694 touchPoint.id = locationInfo.GetFingerId(); in ConvertTouchLocationInfoToPoint()
|