Lines Matching refs:DisplayGroupInfo
24 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "DisplayGroupInfo"};
26 WM_IMPLEMENT_SINGLE_INSTANCE(DisplayGroupInfo)
28 void DisplayGroupInfo::Init(ScreenId displayGroupId, const sptr<DisplayInfo>& displayInfo)
34 void DisplayGroupInfo::AddDisplayInfo(const sptr<DisplayInfo>& displayInfo)
44 void DisplayGroupInfo::RemoveDisplayInfo(DisplayId displayId)
53 void DisplayGroupInfo::UpdateLeftAndRightDisplayId()
72 void DisplayGroupInfo::SetDisplayRotation(DisplayId displayId, Rotation rotation)
81 void DisplayGroupInfo::SetDisplayOrientation(DisplayId displayId, DisplayOrientation orientation)
90 void DisplayGroupInfo::SetDisplayStateChangeType(DisplayId displayId, DisplayStateChangeType changeType)
99 void DisplayGroupInfo::SetDisplayVirtualPixelRatio(DisplayId displayId, float vpr)
108 void DisplayGroupInfo::SetDisplayRect(DisplayId displayId, Rect displayRect)
121 void DisplayGroupInfo::SetDefaultDisplayId(DisplayId defaultDisplayId)
126 Rotation DisplayGroupInfo::GetDisplayRotation(DisplayId displayId) const
136 DisplayStateChangeType DisplayGroupInfo::GetDisplayStateChangeType(DisplayId displayId) const
146 float DisplayGroupInfo::GetDisplayVirtualPixelRatio(DisplayId displayId) const
156 std::map<DisplayId, Rect> DisplayGroupInfo::GetAllDisplayRects() const
168 Rect DisplayGroupInfo::GetDisplayRect(DisplayId displayId) const
179 sptr<DisplayInfo> DisplayGroupInfo::GetDisplayInfo(DisplayId displayId) const
187 sptr<DisplayInfo> DisplayGroupInfo::GetDefaultDisplayInfo() const
195 void DisplayGroupInfo::UpdateDisplayInfo(sptr<DisplayInfo> displayInfo) const
204 std::vector<sptr<DisplayInfo>> DisplayGroupInfo::GetAllDisplayInfo() const
213 std::vector<DisplayId> DisplayGroupInfo::GetAllDisplayIds() const
222 DisplayId DisplayGroupInfo::GetLeftDisplayId() const
227 DisplayId DisplayGroupInfo::GetRightDisplayId() const
232 DisplayId DisplayGroupInfo::GetDefaultDisplayId() const