Home
last modified time | relevance | path

Searched refs:ProcessWindowDragHotAreaFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp198ProcessWindowDragHotAreaFunc(oldWindowDragHotAreaType != windowDragHotAreaType_, reason); in ConsumeMoveEvent()
209ProcessWindowDragHotAreaFunc(windowDragHotAreaType_ != WINDOW_HOT_AREA_TYPE_UNDEFINED, reason); in ConsumeMoveEvent()
223 void MoveDragController::ProcessWindowDragHotAreaFunc(bool isSendHotAreaMessage, const SizeChangeRe… in ProcessWindowDragHotAreaFunc() function in OHOS::Rosen::MoveDragController
844 ProcessWindowDragHotAreaFunc(true, SizeChangeReason::DRAG_END); in OnLostFocus()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h167 void ProcessWindowDragHotAreaFunc(bool flag, const SizeChangeReason& reason);
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp576 HWTEST_F(MoveDragControllerTest, ProcessWindowDragHotAreaFunc, Function | SmallTest | Level1)
580 moveDragController->ProcessWindowDragHotAreaFunc(isSendHotAreaMessage, reason);
587 moveDragController->ProcessWindowDragHotAreaFunc(isSendHotAreaMessage, reason);