Searched refs:UpdateGravityWhenDrag (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | move_drag_controller_test.cpp | 243 * @tc.name: UpdateGravityWhenDrag 244 * @tc.desc: test function : UpdateGravityWhenDrag 247 HWTEST_F(MoveDragControllerTest, UpdateGravityWhenDrag, Function | SmallTest | Level1) in HWTEST_F() 262 moveDragController->UpdateGravityWhenDrag(pointerEvent, surfaceNode); in HWTEST_F() 266 moveDragController->UpdateGravityWhenDrag(pointerEvent, surfaceNode); in HWTEST_F() 269 moveDragController->UpdateGravityWhenDrag(pointerEvent, surfaceNode); in HWTEST_F() 271 moveDragController->UpdateGravityWhenDrag(pointerEvent, surfaceNode); in HWTEST_F() 274 moveDragController->UpdateGravityWhenDrag(pointerEvent, surfaceNode); in HWTEST_F() 278 moveDragController->UpdateGravityWhenDrag(pointerEvent, surfaceNode); in HWTEST_F() 282 moveDragController->UpdateGravityWhenDrag(pointerEven in HWTEST_F() [all...] |
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | move_drag_controller.h | 82 void UpdateGravityWhenDrag(const std::shared_ptr<MMI::PointerEvent>& pointerEvent,
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 386 void MoveDragController::UpdateGravityWhenDrag(const std::shared_ptr<MMI::PointerEvent>& pointerEvent, in UpdateGravityWhenDrag() function in OHOS::Rosen::MoveDragController
|
H A D | scene_session.cpp | 2001 moveDragController_->UpdateGravityWhenDrag(pointerEvent, surfaceNode_); in TransferPointerEvent()
|
Completed in 13 milliseconds