Home
last modified time | relevance | path

Searched refs:isSendHotAreaMessage (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp645 bool isSendHotAreaMessage = true; in HWTEST_F() local
647 moveDragController->ProcessWindowDragHotAreaFunc(isSendHotAreaMessage, reason); in HWTEST_F()
648 ASSERT_EQ(true, isSendHotAreaMessage); in HWTEST_F()
654 moveDragController->ProcessWindowDragHotAreaFunc(isSendHotAreaMessage, reason); in HWTEST_F()
655 ASSERT_EQ(true, isSendHotAreaMessage); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp375 void MoveDragController::ProcessWindowDragHotAreaFunc(bool isSendHotAreaMessage, const SizeChangeReason reason) in ProcessWindowDragHotAreaFunc() argument
377 if (isSendHotAreaMessage) { in ProcessWindowDragHotAreaFunc()
378 WLOGFI("ProcessWindowDragHotAreaFunc start, isSendHotAreaMessage: %{public}u, reason: %{public}d", in ProcessWindowDragHotAreaFunc()
379 isSendHotAreaMessage, reason); in ProcessWindowDragHotAreaFunc()
381 if (windowDragHotAreaFunc_ && isSendHotAreaMessage) { in ProcessWindowDragHotAreaFunc()

Completed in 5 milliseconds