Lines Matching refs:WindowAgent
23 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "WindowAgent"};
26 WindowAgent::WindowAgent(sptr<WindowImpl>& windowImpl)
31 WMError WindowAgent::UpdateWindowRect(const struct Rect& rect, bool decoStatus, WindowSizeChangeReason reason,
42 WMError WindowAgent::UpdateWindowMode(WindowMode mode)
52 WMError WindowAgent::UpdateWindowModeSupportInfo(uint32_t modeSupportInfo)
62 WMError WindowAgent::UpdateFocusStatus(bool focused)
72 WMError WindowAgent::UpdateAvoidArea(const sptr<AvoidArea>& avoidArea, AvoidAreaType type)
82 WMError WindowAgent::UpdateWindowState(WindowState state)
92 WMError WindowAgent::UpdateWindowDragInfo(const PointInfo& point, DragEvent event)
102 WMError WindowAgent::UpdateDisplayId(DisplayId from, DisplayId to)
112 WMError WindowAgent::UpdateOccupiedAreaChangeInfo(const sptr<OccupiedAreaChangeInfo>& info,
123 WMError WindowAgent::UpdateOccupiedAreaAndRect(const sptr<OccupiedAreaChangeInfo>& info, const Rect& rect,
138 WMError WindowAgent::UpdateActiveStatus(bool isActive)
148 sptr<WindowProperty> WindowAgent::GetWindowProperty()
157 WMError WindowAgent::RestoreSplitWindowMode(uint32_t mode)
167 WMError WindowAgent::NotifyTouchOutside()
178 WMError WindowAgent::NotifyScreenshot()
189 WMError WindowAgent::DumpInfo(const std::vector<std::string>& params)
200 WMError WindowAgent::UpdateZoomTransform(const Transform& trans, bool isDisplayZoomOn)
210 WMError WindowAgent::NotifyDestroy(void)
220 WMError WindowAgent::NotifyForeground(void)
230 WMError WindowAgent::NotifyBackground(void)
240 WMError WindowAgent::NotifyWindowClientPointUp(const std::shared_ptr<MMI::PointerEvent>& pointerEvent)
250 void WindowAgent::ConsumeKeyEvent(std::shared_ptr<MMI::KeyEvent> event)
259 void WindowAgent::NotifyForegroundInteractiveStatus(bool interactive)