Home
last modified time | relevance | path

Searched refs:isStartDrag_ (Results 1 - 10 of 10) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp104 if (flag && (!hasPointDown_ || isStartDrag_)) { in SetStartMoveFlag()
106 hasPointDown_, isStartDrag_); in SetStartMoveFlag()
133 return isStartDrag_; in GetStartDragFlag()
395 if (isStartDrag_ && isPcWindow_) { in UpdateGravityWhenDrag()
412 if (!isStartDrag_ && isPcWindow_) { in UpdateGravityWhenDrag()
476 isStartDrag_ = false; in ConsumeDragEvent()
481 NotifyWindowInputPidChange(isStartDrag_); in ConsumeDragEvent()
497 if (isStartDrag_) { in MoveDragInterrupt()
498 isStartDrag_ = false; in MoveDragInterrupt()
500 NotifyWindowInputPidChange(isStartDrag_); in MoveDragInterrupt()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp611 moveDragController->isStartDrag_ = true; in HWTEST_F()
613 moveDragController->isStartDrag_ = false; in HWTEST_F()
634 moveDragController->isStartDrag_ = preStratDragFlag; in HWTEST_F()
997 moveDragController->isStartDrag_ = false; in HWTEST_F()
1000 moveDragController->isStartDrag_ = true; in HWTEST_F()
H A Dscene_session_test5.cpp111 session->moveDragController_->isStartDrag_ = true; in HWTEST_F()
348 session->moveDragController_->isStartDrag_ = false; in HWTEST_F()
358 session->moveDragController_->isStartDrag_ = true; in HWTEST_F()
H A Dsession_test.cpp652 sceneSession->moveDragController_->isStartDrag_ = false; in HWTEST_F()
658 sceneSession->moveDragController_->isStartDrag_ = true; in HWTEST_F()
H A Dscene_session_test4.cpp1120 sceneSession->moveDragController_->isStartDrag_ = true; in HWTEST_F()
H A Dscene_session_test.cpp1495 sceneSession->moveDragController_->isStartDrag_ = true; in HWTEST_F()
H A Dscene_session_test2.cpp1466 sceneSession->moveDragController_->isStartDrag_ = true; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.h89 bool isStartDrag_ = false; member in OHOS::Ace::RenderTextOverlay
H A Drender_text_overlay.cpp913 isStartDrag_ = true; in HandleDragStart()
916 isStartDrag_ = false; in HandleDragStart()
924 if (isStartDrag_) { in HandleDragUpdateAndEnd()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h174 bool isStartDrag_ = false; member in OHOS::OHOS::Rosen::MoveDragController

Completed in 19 milliseconds