/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | drag_controller_test.cpp | 413 HWTEST_F(DragControllerTest, HandleMoveEvent, Function | SmallTest | Level2) 420 moveDragController_->HandleMoveEvent(0, posX, posY, pointId, sourceType); 423 moveDragController_->HandleMoveEvent(0, posX, posY, pointId, sourceType); 426 moveDragController_->HandleMoveEvent(0, posX, posY, pointId, sourceType); 429 moveDragController_->HandleMoveEvent(0, posX, posY, pointId, sourceType); 432 moveDragController_->HandleMoveEvent(0, posX, posY, pointId, sourceType); 435 moveDragController_->HandleMoveEvent(0, posX, posY, pointId, sourceType); 438 moveDragController_->HandleMoveEvent(0, posX, posY, pointId, sourceType);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | render_tool_bar_item.cpp | 47 toolBarItem->HandleMoveEvent(info); in Initialize() 67 void RenderToolBarItem::HandleMoveEvent(const TouchEventInfo& info) in HandleMoveEvent() function in OHOS::Ace::RenderToolBarItem
|
H A D | render_tool_bar_item.h | 88 void HandleMoveEvent(const TouchEventInfo& info);
|
/ohos5.0/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 | 55 toggle->HandleMoveEvent(info); in RenderToggle() 99 void RenderToggle::HandleMoveEvent(const TouchEventInfo& info) in HandleMoveEvent() function in OHOS::Ace::RenderToggle
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | drag_controller.h | 95 …void HandleMoveEvent(DisplayId displayId, int32_t posX, int32_t posY, int32_t pointId, int32_t sou…
|
/ohos5.0/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
|
/ohos5.0/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 484 HandleMoveEvent(targetDisplayId, pointPosX, pointPosY, pointId, sourceType); in HandlePointerEvent()
|