Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h91 uint64_t GetMoveDragEndDisplayId() const;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp131 * @tc.name: GetMoveDragEndDisplayId
132 * @tc.desc: test function : GetMoveDragEndDisplayId
135 HWTEST_F(MoveDragControllerTest, GetMoveDragEndDisplayId, Function | SmallTest | Level1) in HWTEST_F()
137 uint64_t res = moveDragController->GetMoveDragEndDisplayId(); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp141 uint64_t MoveDragController::GetMoveDragEndDisplayId() const in GetMoveDragEndDisplayId() function in OHOS::Rosen::MoveDragController
H A Dscene_session.cpp2371 if (moveDragController_->GetMoveDragEndDisplayId() == moveDragController_->GetMoveDragStartDisplayId() || in HandleMoveDragEnd()
2375 NotifySessionRectChange(rect, reason, moveDragController_->GetMoveDragEndDisplayId()); in HandleMoveDragEnd()

Completed in 13 milliseconds