Home
last modified time | relevance | path

Searched refs:isStartMove_ (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp88 auto preIsStartMove = moveDragController->isStartMove_; in HWTEST_F()
104 moveDragController->isStartMove_ = preIsStartMove; in HWTEST_F()
820 moveDragController->isStartMove_ = false; in HWTEST_F()
827 moveDragController->isStartMove_ = true; in HWTEST_F()
838 moveDragController->isStartMove_ = preIsStartMove; in HWTEST_F()
898 moveDragController->isStartMove_ = true; in HWTEST_F()
901 moveDragController->isStartMove_ = false; in HWTEST_F()
996 moveDragController->isStartMove_ = true; in HWTEST_F()
999 moveDragController->isStartMove_ = false; in HWTEST_F()
H A Dscene_session_test5.cpp112 session->moveDragController_->isStartMove_ = true; in HWTEST_F()
H A Dsession_test.cpp587 sceneSession->moveDragController_->isStartMove_ = true; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp110 isStartMove_ = flag; in SetStartMoveFlag()
112 WLOGFI("SetStartMoveFlag, isStartMove_: %{public}d id:%{public}d", isStartMove_, persistentId_); in SetStartMoveFlag()
127 WLOGFD("GetStartMoveFlag, isStartMove_: %{public}d id:%{public}d", isStartMove_, persistentId_); in GetStartMoveFlag()
128 return isStartMove_; in GetStartMoveFlag()
1064 if (isStartMove_ || isStartDrag_) { in OnLostFocus()
1066 persistentId_, isStartMove_, isStartDrag_); in OnLostFocus()
1067 isStartMove_ = false; in OnLostFocus()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h173 bool isStartMove_ = false; member in OHOS::OHOS::Rosen::MoveDragController

Completed in 9 milliseconds