Searched refs:EventDownInit (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | move_drag_controller_test.cpp | 316 * @tc.name: EventDownInit 317 * @tc.desc: test function : EventDownInit 320 HWTEST_F(MoveDragControllerTest, EventDownInit, Function | SmallTest | Level1) in HWTEST_F() 332 auto res = moveDragController->EventDownInit(pointerEvent, originalRect, property, sysConfig); in HWTEST_F() 342 res = moveDragController->EventDownInit(pointerEvent, originalRect, property, sysConfig); in HWTEST_F() 348 * @tc.desc: test function : EventDownInit 368 auto res = moveDragController->EventDownInit(pointerEvent, originalRect, property, sysConfig); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | move_drag_controller.h | 143 bool EventDownInit(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, const WSRect& originalRect,
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 449 if (!EventDownInit(pointerEvent, originalRect, property, sysConfig)) { in ConsumeDragEvent() 583 bool MoveDragController::EventDownInit(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, in EventDownInit() function in OHOS::Rosen::MoveDragController 591 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "MoveDragController::EventDownInit"); in EventDownInit()
|
Completed in 5 milliseconds