Lines Matching refs:DisplayId

43     void InitNewDisplay(DisplayId displayId);
47 void ProcessDisplayCreate(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
48 const std::map<DisplayId, Rect>& displayRectMap);
49 void ProcessDisplayDestroy(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
50 const std::map<DisplayId, Rect>& displayRectMap,
52 void ProcessDisplayChange(DisplayId defaultDisplayId, sptr<DisplayInfo> displayInfo,
53 const std::map<DisplayId, Rect>& displayRectMap,
55 sptr<WindowPair> GetWindowPairByDisplayId(DisplayId displayId);
59 std::map<DisplayId, SysBarNodeMap> sysBarNodeMaps_;
60 std::map<DisplayId, SysBarTintMap> sysBarTintMaps_;
63 std::vector<sptr<WindowNode>>* GetWindowNodesByDisplayIdAndRootType(DisplayId displayId, WindowRootNodeType type);
65 void ProcessNotCrossNodesOnDestroyedDisplay(DisplayId displayId, std::vector<uint32_t>& windowIds);
66 void ProcessDisplaySizeChangeOrRotation(DisplayId defaultDisplayId, DisplayId displayId,
67 const std::map<DisplayId, Rect>& displayRectMap, DisplayStateChangeType type);
68 void ProcessCrossNodes(DisplayId defaultDisplayId, DisplayStateChangeType type);
69 void MoveCrossNodeToTargetDisplay(const sptr<WindowNode>& node, DisplayId targetDisplayId);
70 void MoveNotCrossNodeToDefaultDisplay(const sptr<WindowNode>& node, DisplayId displayId);
73 void UpdateWindowDisplayId(const sptr<WindowNode>& node, DisplayId newDisplayId);
74 void ClearMapOfDestroyedDisplay(DisplayId displayId);
75 void ChangeToRectInDisplayGroup(const sptr<WindowNode>& node, DisplayId displayId);
76 void UpdateNodeSizeChangeReasonWithRotation(DisplayId displayId, const std::map<DisplayId, Rect>& displayRectMap);
78 void UpdateSplitRatioPoints(DisplayId displayId);
79 void ProcessSystemBarRotation(const sptr<WindowNode>& node, const std::map<DisplayId, Rect>& displayRectMap);
82 std::map<DisplayId, sptr<WindowPair>> windowPairMap_;
83 DisplayId defaultDisplayId_ { 0 };