Home
last modified time | relevance | path

Searched refs:SetWindowDragHotAreaListener (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp1373 scensession->SetWindowDragHotAreaListener(dragHotAreaFunc);
1377 scensession->SetWindowDragHotAreaListener(dragHotAreaFunc);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h329 void SetWindowDragHotAreaListener(const NotifyWindowDragHotAreaFunc& func);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4467 void SceneSession::SetWindowDragHotAreaListener(const NotifyWindowDragHotAreaFunc& func) in SetWindowDragHotAreaListener() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp475 session->SetWindowDragHotAreaListener(func); in ProcessWindowDragHotAreaRegister()