Lines Matching refs:MoveDragController
185 void MoveDragController::SetInputEventConsumer()
194 void MoveDragController::SetWindowRoot(const sptr<WindowRoot>& windowRoot)
199 bool MoveDragController::Init()
216 void MoveDragController::Stop()
223 void MoveDragController::HandleReadyToMoveOrDrag(uint32_t windowId, sptr<WindowProperty>& windowProperty,
231 void MoveDragController::HandleEndUpMovingOrDragging(uint32_t windowId)
240 void MoveDragController::HandleWindowRemovedOrDestroyed(uint32_t windowId)
262 void MoveDragController::ConvertPointerPosToDisplayGroupPos(DisplayId displayId, int32_t& posX, int32_t& posY)
269 void MoveDragController::HandleDisplayLimitRectChange(const std::map<DisplayId, Rect>& limitRectMap)
277 void MoveDragController::ConsumePointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent)
297 void MoveDragController::OnReceiveVsync(int64_t timeStamp)
308 Rect MoveDragController::GetHotZoneRect()
330 bool MoveDragController::CheckWindowRect(DisplayId displayId, float vpr, const Rect& rect)
354 void MoveDragController::CalculateNewWindowRect(Rect& newRect, DisplayId displayId, int32_t posX, int32_t posY)
396 void MoveDragController::HandleDragEvent(DisplayId displayId, int32_t posX, int32_t posY,
419 void MoveDragController::HandleMoveEvent(DisplayId displayId, int32_t posX, int32_t posY,
448 void MoveDragController::HandlePointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent)
502 void MoveDragController::SetDragProperty(const sptr<MoveDragProperty>& moveDragProperty)
507 void MoveDragController::SetWindowProperty(const sptr<WindowProperty>& windowProperty)
512 const sptr<MoveDragProperty>& MoveDragController::GetMoveDragProperty() const
517 const sptr<WindowProperty>& MoveDragController::GetWindowProperty() const
522 void MoveDragController::ResetMoveOrDragState()
529 void MoveDragController::SetActiveWindowId(uint32_t activeWindowId)
534 uint32_t MoveDragController::GetActiveWindowId() const
539 std::shared_ptr<VsyncStation> MoveDragController::GetVsyncStationByWindowId(uint32_t windowId)