Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_event_process.cpp22 WindowEventProcess::WindowEventProcess() {} in WindowEventProcess() function in OHOS::Ace::NG::WindowEventProcess
24 WindowEventProcess::~WindowEventProcess() {} in ~WindowEventProcess()
26 void WindowEventProcess::ProcessEnterLeaveEvent(int32_t nodeId, in ProcessEnterLeaveEvent()
65 void WindowEventProcess::ProcessWindowMouseEvent(int32_t nodeId, in ProcessWindowMouseEvent()
84 void WindowEventProcess::ProcessWindowDragEvent(int32_t nodeId, in ProcessWindowDragEvent()
118 void WindowEventProcess::CleanWindowMouseRecord() in CleanWindowMouseRecord()
125 void WindowEventProcess::CleanWindowDragEvent() in CleanWindowDragEvent()
132 void WindowEventProcess::UpdateWindowMouseRecord(int32_t nodeId, in UpdateWindowMouseRecord()
141 void WindowEventProcess::DispatchPointerEvent(sptr<Rosen::Session> session, in DispatchPointerEvent()
H A Dwindow_event_process.h27 class WindowEventProcess {
28 DECLARE_DELAYED_SINGLETON(WindowEventProcess);
30 DISALLOW_COPY_AND_MOVE(WindowEventProcess);
H A Dwindow_pattern.h106 friend class WindowEventProcess; variable
H A Dsystem_window_scene.cpp118 DelayedSingleton<WindowEventProcess>::GetInstance()->ProcessWindowMouseEvent( in OnAttachToFrameNode()
120 DelayedSingleton<WindowEventProcess>::GetInstance()->ProcessWindowDragEvent( in OnAttachToFrameNode()