Home
last modified time | relevance | path

Searched refs:SetStartMoveFlag (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp70 * @tc.name: SetStartMoveFlag
71 * @tc.desc: test function : SetStartMoveFlag
74 HWTEST_F(MoveDragControllerTest, SetStartMoveFlag, Function | SmallTest | Level1) in HWTEST_F()
77 moveDragController->SetStartMoveFlag(true); in HWTEST_F()
91 moveDragController->SetStartMoveFlag(true); in HWTEST_F()
94 moveDragController->SetStartMoveFlag(false); in HWTEST_F()
98 moveDragController->SetStartMoveFlag(true); in HWTEST_F()
101 moveDragController->SetStartMoveFlag(false); in HWTEST_F()
618 moveDragController->SetStartMoveFlag(false); in HWTEST_F()
623 moveDragController->SetStartMoveFlag(tru in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h60 void SetStartMoveFlag(bool flag);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp102 void MoveDragController::SetStartMoveFlag(bool flag) in SetStartMoveFlag() function in OHOS::Rosen::MoveDragController
112 WLOGFI("SetStartMoveFlag, isStartMove_: %{public}d id:%{public}d", isStartMove_, persistentId_); in SetStartMoveFlag()
358 SetStartMoveFlag(false); in ConsumeMoveEvent()
503 SetStartMoveFlag(false); in MoveDragInterrupt()
H A Dscene_session.cpp473 session->moveDragController_->SetStartMoveFlag(true); in OnSessionEvent()
476 session->moveDragController_->SetStartMoveFlag(true); in OnSessionEvent()

Completed in 16 milliseconds