Home
last modified time | relevance | path

Searched refs:windowDragHotAreaFunc_ (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h215 NotifyWindowDragHotAreaFunc windowDragHotAreaFunc_; member in OHOS::OHOS::Rosen::MoveDragController
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp381 if (windowDragHotAreaFunc_ && isSendHotAreaMessage) { in ProcessWindowDragHotAreaFunc()
382 windowDragHotAreaFunc_(hotAreaDisplayId_, windowDragHotAreaType_, reason); in ProcessWindowDragHotAreaFunc()
1059 windowDragHotAreaFunc_ = func; in SetWindowDragHotAreaFunc()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp652 auto preFunc = moveDragController->windowDragHotAreaFunc_; in HWTEST_F()
653 moveDragController->windowDragHotAreaFunc_ = dragHotAreaFunc; in HWTEST_F()
656 moveDragController->windowDragHotAreaFunc_ = preFunc; in HWTEST_F()

Completed in 5 milliseconds