Home
last modified time | relevance | path

Searched refs:isStartDrag (Results 1 – 10 of 10) sorted by relevance

/foundation/windowmanager/wm/src/
Dwindow_adapter.cpp118 void WindowAdapter::ProcessPointDown(uint32_t windowId, bool isStartDrag) in ProcessPointDown() argument
122 return windowManagerServiceProxy_->ProcessPointDown(windowId, isStartDrag); in ProcessPointDown()
/foundation/windowmanager/wmserver/src/zidl/
Dwindow_manager_stub.cpp125 bool isStartDrag = data.ReadBool(); in OnRemoteRequest() local
126 ProcessPointDown(windowId, isStartDrag); in OnRemoteRequest()
Dwindow_manager_proxy.cpp320 void WindowManagerProxy::ProcessPointDown(uint32_t windowId, bool isStartDrag) in ProcessPointDown() argument
333 if (!data.WriteBool(isStartDrag)) { in ProcessPointDown()
/foundation/windowmanager/wmserver/include/zidl/
Dwindow_manager_proxy.h41 void ProcessPointDown(uint32_t windowId, bool isStartDrag) override;
Dwindow_manager_interface.h64 virtual void ProcessPointDown(uint32_t windowId, bool isStartDrag) = 0;
/foundation/windowmanager/wm/include/
Dwindow_adapter.h49 virtual void ProcessPointDown(uint32_t windowId, bool isStartDrag = false);
/foundation/windowmanager/wmserver/include/
Dwindow_manager_service.h60 void ProcessPointDown(uint32_t windowId, bool isStartDrag) override;
Dwindow_controller.h45 WMError ProcessPointDown(uint32_t windowId, bool isStartDrag);
/foundation/windowmanager/wmserver/src/
Dwindow_manager_service.cpp251 void WindowManagerService::ProcessPointDown(uint32_t windowId, bool isStartDrag) in ProcessPointDown() argument
254 windowController_->ProcessPointDown(windowId, isStartDrag); in ProcessPointDown()
Dwindow_controller.cpp470 WMError WindowController::ProcessPointDown(uint32_t windowId, bool isStartDrag) in ProcessPointDown() argument
482 if (isStartDrag) { in ProcessPointDown()