Lines Matching refs:WindowRoot

50 uint32_t WindowRoot::GetTotalWindowNum() const  in GetTotalWindowNum()
55 sptr<WindowNode> WindowRoot::GetWindowForDumpAceHelpInfo() const in GetWindowForDumpAceHelpInfo()
68 ScreenId WindowRoot::GetScreenGroupId(DisplayId displayId, bool& isRecordedDisplay) in GetScreenGroupId()
82 sptr<WindowNodeContainer> WindowRoot::GetOrCreateWindowNodeContainer(DisplayId displayId) in GetOrCreateWindowNodeContainer()
96 sptr<WindowNodeContainer> WindowRoot::GetWindowNodeContainer(DisplayId displayId) in GetWindowNodeContainer()
116 sptr<WindowNodeContainer> WindowRoot::CreateWindowNodeContainer(DisplayId defaultDisplayId, in CreateWindowNodeContainer()
142 bool WindowRoot::CheckDisplayInfo(const sptr<DisplayInfo>& display) in CheckDisplayInfo()
155 sptr<WindowNode> WindowRoot::GetWindowNode(uint32_t windowId) const in GetWindowNode()
164 sptr<WindowNode> WindowRoot::GetWindowNodeByMissionId(uint32_t missionId) const in GetWindowNodeByMissionId()
173 void WindowRoot::GetBackgroundNodesByScreenId(ScreenId screenGroupId, std::vector<sptr<WindowNode>>… in GetBackgroundNodesByScreenId()
197 void WindowRoot::GetForegroundNodes(std::vector<sptr<WindowNode>>& windowNodes) in GetForegroundNodes()
209 sptr<WindowNode> WindowRoot::FindWindowNodeWithToken(const sptr<IRemoteObject>& token) const in FindWindowNodeWithToken()
230 void WindowRoot::AddDeathRecipient(sptr<WindowNode> node) in AddDeathRecipient()
250 WMError WindowRoot::SaveWindow(const sptr<WindowNode>& node) in SaveWindow()
282 WMError WindowRoot::MinimizeStructuredAppWindowsExceptSelf(sptr<WindowNode>& node) in MinimizeStructuredAppWindowsExceptSelf()
293 void WindowRoot::MinimizeTargetWindows(std::vector<uint32_t>& windowIds) in MinimizeTargetWindows()
310 std::vector<sptr<WindowNode>> WindowRoot::GetSplitScreenWindowNodes(DisplayId displayId) in GetSplitScreenWindowNodes()
327 bool WindowRoot::IsForbidDockSliceMove(DisplayId displayId) const in IsForbidDockSliceMove()
329 auto container = const_cast<WindowRoot*>(this)->GetOrCreateWindowNodeContainer(displayId); in IsForbidDockSliceMove()
337 bool WindowRoot::IsDockSliceInExitSplitModeArea(DisplayId displayId) const in IsDockSliceInExitSplitModeArea()
339 auto container = const_cast<WindowRoot*>(this)->GetOrCreateWindowNodeContainer(displayId); in IsDockSliceInExitSplitModeArea()
347 void WindowRoot::ExitSplitMode(DisplayId displayId) in ExitSplitMode()
357 void WindowRoot::AddSurfaceNodeIdWindowNodePair(uint64_t surfaceNodeId, sptr<WindowNode> node) in AddSurfaceNodeIdWindowNodePair()
392 void WindowRoot::GetUnreliableWindowInfo(int32_t windowId, std::vector<sptr<UnreliableWindowInfo>>&… in GetUnreliableWindowInfo()
420 void WindowRoot::GetVisibilityWindowInfo(std::vector<sptr<WindowVisibilityInfo>>& infos) const in GetVisibilityWindowInfo()
439 std::vector<std::pair<uint64_t, WindowVisibilityState>> WindowRoot::GetWindowVisibilityChangeInfo( in GetWindowVisibilityChangeInfo()
478 void WindowRoot::NotifyWindowVisibilityChange(std::shared_ptr<RSOcclusionData> occlusionData) in NotifyWindowVisibilityChange()
521 AvoidArea WindowRoot::GetAvoidAreaByType(uint32_t windowId, AvoidAreaType avoidAreaType) in GetAvoidAreaByType()
537 void WindowRoot::MinimizeAllAppWindows(DisplayId displayId) in MinimizeAllAppWindows()
547 WMError WindowRoot::ToggleShownStateForAllAppWindows() in ToggleShownStateForAllAppWindows()
594 void WindowRoot::DestroyLeakStartingWindow() in DestroyLeakStartingWindow()
609 WMError WindowRoot::PostProcessAddWindowNode(sptr<WindowNode>& node, sptr<WindowNode>& parentNode, in PostProcessAddWindowNode()
675 bool WindowRoot::CheckAddingModeAndSize(sptr<WindowNode>& node, const sptr<WindowNodeContainer>& co… in CheckAddingModeAndSize()
694 Rect WindowRoot::GetDisplayRectWithoutSystemBarAreas(const sptr<WindowNode> dstNode) in GetDisplayRectWithoutSystemBarAreas()
741 void WindowRoot::GetAllAnimationPlayingNodes(std::vector<wptr<WindowNode>>& windowNodes) in GetAllAnimationPlayingNodes()
758 void WindowRoot::LayoutWhenAddWindowNode(sptr<WindowNode>& node, bool afterAnimation) in LayoutWhenAddWindowNode()
779 WMError WindowRoot::BindDialogToParent(sptr<WindowNode>& node, sptr<WindowNode>& parentNode) in BindDialogToParent()
793 WMError WindowRoot::AddWindowNode(uint32_t parentId, sptr<WindowNode>& node, bool fromStartingWin) in AddWindowNode()
855 WMError WindowRoot::RemoveWindowNode(uint32_t windowId, bool fromAnimation) in RemoveWindowNode()
898 void WindowRoot::UpdateDisplayOrientationWhenHideWindow(sptr<WindowNode>& node) in UpdateDisplayOrientationWhenHideWindow()
916 WMError WindowRoot::SetGestureNavigaionEnabled(bool enable) in SetGestureNavigaionEnabled()
928 WMError WindowRoot::UpdateWindowNode(uint32_t windowId, WindowUpdateReason reason) in UpdateWindowNode()
948 WMError WindowRoot::UpdateSizeChangeReason(uint32_t windowId, WindowSizeChangeReason reason) in UpdateSizeChangeReason()
964 void WindowRoot::SetBrightness(uint32_t windowId, float brightness) in SetBrightness()
1005 void WindowRoot::HandleKeepScreenOn(uint32_t windowId, bool requireLock) in HandleKeepScreenOn()
1020 void WindowRoot::UpdateFocusableProperty(uint32_t windowId) in UpdateFocusableProperty()
1043 WMError WindowRoot::SetWindowMode(sptr<WindowNode>& node, WindowMode dstMode) in SetWindowMode()
1063 WMError WindowRoot::DestroyWindowSelf(sptr<WindowNode>& node, const sptr<WindowNodeContainer>& cont… in DestroyWindowSelf()
1083 WMError WindowRoot::DestroyWindowWithChild(sptr<WindowNode>& node, const sptr<WindowNodeContainer>&… in DestroyWindowWithChild()
1103 WMError WindowRoot::DestroyWindow(uint32_t windowId, bool onlySelf) in DestroyWindow()
1128 WMError WindowRoot::DestroyWindowInner(sptr<WindowNode>& node) in DestroyWindowInner()
1178 void WindowRoot::UpdateFocusWindowWithWindowRemoved(const sptr<WindowNode>& node, in UpdateFocusWindowWithWindowRemoved()
1219 void WindowRoot::UpdateActiveWindowWithWindowRemoved(const sptr<WindowNode>& node, in UpdateActiveWindowWithWindowRemoved()
1252 void WindowRoot::UpdateBrightnessWithWindowRemoved(uint32_t windowId, const sptr<WindowNodeContaine… in UpdateBrightnessWithWindowRemoved()
1264 bool WindowRoot::IsVerticalDisplay(sptr<WindowNode>& node) const in IsVerticalDisplay()
1266 …auto container = const_cast<WindowRoot*>(this)->GetOrCreateWindowNodeContainer(node->GetDisplayId(… in IsVerticalDisplay()
1274 WMError WindowRoot::RequestFocus(uint32_t windowId) in RequestFocus()
1296 WMError WindowRoot::RequestActiveWindow(uint32_t windowId) in RequestActiveWindow()
1319 void WindowRoot::ProcessWindowStateChange(WindowState state, WindowStateChangeReason reason) in ProcessWindowStateChange()
1329 void WindowRoot::NotifySystemBarTints() in NotifySystemBarTints()
1339 WMError WindowRoot::NotifyDesktopUnfrozen() in NotifyDesktopUnfrozen()
1356 sptr<WindowNode> WindowRoot::FindWallpaperWindow() in FindWallpaperWindow()
1369 WMError WindowRoot::RaiseZOrderForAppWindow(sptr<WindowNode>& node) in RaiseZOrderForAppWindow()
1411 void WindowRoot::DispatchKeyEvent(sptr<WindowNode> node, std::shared_ptr<MMI::KeyEvent> event) in DispatchKeyEvent()
1446 uint32_t WindowRoot::GetWindowIdByObject(const sptr<IRemoteObject>& remoteObject) in GetWindowIdByObject()
1452 void WindowRoot::OnRemoteDied(const sptr<IRemoteObject>& remoteObject) in OnRemoteDied()
1457 WMError WindowRoot::GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) in GetTopWindowId()
1478 WMError WindowRoot::SetWindowLayoutMode(DisplayId displayId, WindowLayoutMode mode) in SetWindowLayoutMode()
1492 std::vector<DisplayId> WindowRoot::GetAllDisplayIds() const in GetAllDisplayIds()
1499 … std::vector<DisplayId>& displayIdVec = const_cast<WindowRoot*>(this)->displayIdMap_[it.first]; in GetAllDisplayIds()
1507 std::string WindowRoot::GenAllWindowsLogInfo() const in GenAllWindowsLogInfo()
1524 … std::vector<DisplayId>& displayIdVec = const_cast<WindowRoot*>(this)->displayIdMap_[elem.first]; in GenAllWindowsLogInfo()
1533 void WindowRoot::FocusFaultDetection() const in FocusFaultDetection()
1573 void WindowRoot::ProcessExpandDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayIn… in ProcessExpandDisplayCreate()
1594 std::map<DisplayId, Rect> WindowRoot::GetAllDisplayRectsByDMS(sptr<DisplayInfo> displayInfo) in GetAllDisplayRectsByDMS()
1613 std::map<DisplayId, Rect> WindowRoot::GetAllDisplayRectsByDisplayInfo( in GetAllDisplayRectsByDisplayInfo()
1630 void WindowRoot::ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, in ProcessDisplayCreate()
1652 void WindowRoot::MoveNotShowingWindowToDefaultDisplay(DisplayId defaultDisplayId, DisplayId display… in MoveNotShowingWindowToDefaultDisplay()
1668 void WindowRoot::ProcessDisplayDestroy(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, in ProcessDisplayDestroy()
1716 void WindowRoot::ProcessDisplayChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo, in ProcessDisplayChange()
1743 Rect WindowRoot::GetDisplayGroupRect(DisplayId displayId) const in GetDisplayGroupRect()
1746 auto container = const_cast<WindowRoot*>(this)->GetOrCreateWindowNodeContainer(displayId); in GetDisplayGroupRect()
1754 bool WindowRoot::HasPrivateWindow(DisplayId displayId) in HasPrivateWindow()
1760 bool WindowRoot::HasMainFullScreenWindowShown(DisplayId displayId) in HasMainFullScreenWindowShown()
1766 void WindowRoot::SetMaxAppWindowNumber(uint32_t windowNum) in SetMaxAppWindowNumber()
1771 void WindowRoot::SetSplitRatios(const std::vector<float>& splitRatioNumbers) in SetSplitRatios()
1788 void WindowRoot::SetExitSplitRatios(const std::vector<float>& exitSplitRatios) in SetExitSplitRatios()
1801 WMError WindowRoot::GetModeChangeHotZones(DisplayId displayId, in GetModeChangeHotZones()
1813 void WindowRoot::RemoveSingleUserWindowNodes(int accountId) in RemoveSingleUserWindowNodes()
1826 WMError WindowRoot::UpdateRsTree(uint32_t windowId, bool isAdd) in UpdateRsTree()
1849 sptr<WindowNode> WindowRoot::FindMainWindowWithToken(sptr<IRemoteObject> token) in FindMainWindowWithToken()
1865 bool WindowRoot::CheckMultiDialogWindows(WindowType type, sptr<IRemoteObject> token) in CheckMultiDialogWindows()
1890 sptr<WindowNode> WindowRoot::GetWindowNodeByAbilityToken(const sptr<IRemoteObject>& abilityToken) in GetWindowNodeByAbilityToken()
1901 bool WindowRoot::TakeWindowPairSnapshot(DisplayId displayId) in TakeWindowPairSnapshot()
1907 void WindowRoot::ClearWindowPairSnapshot(DisplayId displayId) in ClearWindowPairSnapshot()
1917 void WindowRoot::CheckAndNotifyWaterMarkChangedResult() in CheckAndNotifyWaterMarkChangedResult()