Lines Matching defs:ScreenGroup
29 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_DISPLAY, "ScreenGroup"};
31 class ScreenGroup::Impl : public RefBase {
42 ScreenGroup::ScreenGroup(sptr<ScreenGroupInfo> info)
47 void ScreenGroup::UpdateScreenGroupInfo(sptr<ScreenGroupInfo> info) const
57 void ScreenGroup::UpdateScreenGroupInfo() const
63 ScreenGroup::~ScreenGroup()
67 ScreenCombination ScreenGroup::GetCombination() const
73 std::vector<ScreenId> ScreenGroup::GetChildIds() const
79 std::vector<Point> ScreenGroup::GetChildPositions() const