Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp1926 * @tc.name: GetWindowDragHotAreaType
1927 * @tc.desc: GetWindowDragHotAreaType
1930 HWTEST_F(SceneSessionTest2, GetWindowDragHotAreaType, Function | SmallTest | Level2) in HWTEST_F()
1940 auto type = sceneSession->GetWindowDragHotAreaType(0, 1, 2, 2); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h411 static uint32_t GetWindowDragHotAreaType(DisplayId displayId, uint32_t type, int32_t pointerX, int32_t pointerY);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp1033 uint32_t windowDragHotAreaType = SceneSession::GetWindowDragHotAreaType(displayId, in UpdateHotAreaType()
H A Dscene_session.cpp521 uint32_t SceneSession::GetWindowDragHotAreaType(DisplayId displayId, uint32_t type, int32_t pointerX, int32_t pointerY) in GetWindowDragHotAreaType() function in SceneSession

Completed in 15 milliseconds