Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_inner_manager_test.cpp111 * @tc.name: NotifyWindowEndUpMovingOrDragging
112 * @tc.desc: test WindowInnerManager NotifyWindowEndUpMovingOrDragging
115 HWTEST_F(WindowInnerManagerTest, NotifyWindowEndUpMovingOrDragging, Function | SmallTest | Level2) in HWTEST_F()
123 windowInnerManager.NotifyWindowEndUpMovingOrDragging(windowId); in HWTEST_F()
127 windowInnerManager.NotifyWindowEndUpMovingOrDragging(windowId); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/
H A Dwindow_inner_manager.h62 void NotifyWindowEndUpMovingOrDragging(uint32_t windowId);
/foundation/window/window_manager/wmserver/src/
H A Dwindow_inner_manager.cpp297 void WindowInnerManager::NotifyWindowEndUpMovingOrDragging(uint32_t windowId) in NotifyWindowEndUpMovingOrDragging() function in OHOS::Rosen::WindowInnerManager
303 WLOGI("NotifyWindowEndUpMovingOrDragging, windowId: %{public}u", windowId); in NotifyWindowEndUpMovingOrDragging()
H A Dwindow_manager_service.cpp1259 WindowInnerManager::GetInstance().NotifyWindowEndUpMovingOrDragging(windowId); in ProcessPointUp()

Completed in 5 milliseconds