Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp99 return hasPointDown_; in HasPointDown()
104 if (flag && (!hasPointDown_ || isStartDrag_)) { in SetStartMoveFlag()
105 WLOGFD("StartMove, but has not pointed down or is dragging, hasPointDown_: %{public}d, isStartFlag: %{public}d", in SetStartMoveFlag()
106 hasPointDown_, isStartDrag_); in SetStartMoveFlag()
320 hasPointDown_ = true; in ConsumeMoveEvent()
324 WLOGFD("Reset hasPointDown_ when point up or cancel"); in ConsumeMoveEvent()
325 hasPointDown_ = false; in ConsumeMoveEvent()
350 if (!hasPointDown_) { in ConsumeMoveEvent()
359 hasPointDown_ = false; in ConsumeMoveEvent()
467 if (!hasPointDown_) { in ConsumeDragEvent()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp89 auto preHasPointDown = moveDragController->hasPointDown_; in HWTEST_F()
90 moveDragController->hasPointDown_ = false; in HWTEST_F()
97 moveDragController->hasPointDown_ = true; in HWTEST_F()
105 moveDragController->hasPointDown_ = preHasPointDown; in HWTEST_F()
1036 bool preHasPointDown = moveDragController->hasPointDown_; in HWTEST_F()
1037 moveDragController->hasPointDown_ = true; in HWTEST_F()
1040 moveDragController->hasPointDown_ = false; in HWTEST_F()
1043 moveDragController->hasPointDown_ = preHasPointDown; in HWTEST_F()
1147 ASSERT_EQ(false, moveDragController->hasPointDown_); in HWTEST_F()
1159 ASSERT_EQ(false, moveDragController->hasPointDown_); in HWTEST_F()
[all...]
H A Dscene_session_test.cpp1496 sceneSession->moveDragController_->hasPointDown_ = true; in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h177 bool hasPointDown_ = false; member in OHOS::OHOS::Rosen::MoveDragController

Completed in 8 milliseconds