/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | drag_controller_test.cpp | 409 * @tc.name: HandleMoveEvent 410 * @tc.desc: HandleMoveEvent 413 HWTEST_F(DragControllerTest, HandleMoveEvent, Function | SmallTest | Level2) in HWTEST_F() 420 moveDragController_->HandleMoveEvent(0, posX, posY, pointId, sourceType); in HWTEST_F() 423 moveDragController_->HandleMoveEvent(0, posX, posY, pointId, sourceType); in HWTEST_F() 426 moveDragController_->HandleMoveEvent(0, posX, posY, pointId, sourceType); in HWTEST_F() 429 moveDragController_->HandleMoveEvent(0, posX, posY, pointId, sourceType); in HWTEST_F() 432 moveDragController_->HandleMoveEvent(0, posX, posY, pointId, sourceType); in HWTEST_F() 435 moveDragController_->HandleMoveEvent(0, posX, posY, pointId, sourceType); in HWTEST_F() 438 moveDragController_->HandleMoveEvent( in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/toggle/ |
H A D | render_toggle.h | 56 void HandleMoveEvent(const TouchEventInfo& info);
|
H A D | render_toggle.cpp | 51 toggle->HandleMoveEvent(info); in RenderToggle() 95 void RenderToggle::HandleMoveEvent(const TouchEventInfo& info) in HandleMoveEvent() function in OHOS::Ace::RenderToggle
|
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | render_tool_bar_item.h | 88 void HandleMoveEvent(const TouchEventInfo& info);
|
H A D | render_tool_bar_item.cpp | 45 toolBarItem->HandleMoveEvent(info); in Initialize() 65 void RenderToolBarItem::HandleMoveEvent(const TouchEventInfo& info) in HandleMoveEvent() function in OHOS::Ace::RenderToolBarItem
|
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touch_gesture_detector_test.cpp | 164 * @tc.desc: Test HandleMoveEvent
186 ASSERT_NO_FATAL_FAILURE(detector.HandleMoveEvent(pointerEvent));
in HWTEST_F() 188 ASSERT_NO_FATAL_FAILURE(detector.HandleMoveEvent(pointerEvent));
in HWTEST_F() 191 ASSERT_NO_FATAL_FAILURE(detector.HandleMoveEvent(pointerEvent));
in HWTEST_F() 194 ASSERT_NO_FATAL_FAILURE(detector.HandleMoveEvent(pointerEvent));
in HWTEST_F() 199 * @tc.desc: Test HandleMoveEvent
219 ASSERT_NO_FATAL_FAILURE(detector.HandleMoveEvent(pointerEvent));
in HWTEST_F() 224 * @tc.desc: Test HandleMoveEvent
239 ASSERT_NO_FATAL_FAILURE(detector.HandleMoveEvent(pointerEvent));
in HWTEST_F()
|
/foundation/multimodalinput/input/service/touch_event_normalize/include/ |
H A D | touch_gesture_detector.h | 77 void HandleMoveEvent(std::shared_ptr<PointerEvent> event);
|
/foundation/window/window_manager/wmserver/include/ |
H A D | drag_controller.h | 96 void HandleMoveEvent(DisplayId displayId, int32_t posX, int32_t posY, int32_t pointId, int32_t sourceType);
|
/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | render_button.h | 143 void HandleMoveEvent(const TouchEventInfo& info);
|
H A D | render_button.cpp | 82 button->HandleMoveEvent(info); in Initialize() 189 void RenderButton::HandleMoveEvent(const TouchEventInfo& info) in HandleMoveEvent() function in OHOS::Ace::RenderButton
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touch_gesture_detector.cpp | 69 HandleMoveEvent(event); in OnTouchEvent() 120 void TouchGestureDetector::HandleMoveEvent(std::shared_ptr<PointerEvent> event) in HandleMoveEvent() function in OHOS::MMI::TouchGestureDetector
|
/foundation/window/window_manager/wmserver/src/ |
H A D | drag_controller.cpp | 419 void MoveDragController::HandleMoveEvent(DisplayId displayId, int32_t posX, int32_t posY, in HandleMoveEvent() function in OHOS::Rosen::MoveDragController 441 WLOGFD("[WMS] HandleMoveEvent, id: %{public}u, newRect: [%{public}d, %{public}d, %{public}d, %{public}d]", in HandleMoveEvent() 484 HandleMoveEvent(targetDisplayId, pointPosX, pointPosY, pointId, sourceType); in HandlePointerEvent()
|