Lines Matching refs:ScreenCombination
407 if (screenGroup != nullptr && screenGroup->combination_ == ScreenCombination::SCREEN_MIRROR &&
545 // default ScreenCombination is mirror
550 SCREEN_ID_INVALID, name, ScreenCombination::SCREEN_EXPAND);
553 SCREEN_ID_INVALID, name, ScreenCombination::SCREEN_MIRROR);
598 if (screenGroup->combination_ == ScreenCombination::SCREEN_EXPAND) {
792 if (screenGroup->combination_ != ScreenCombination::SCREEN_EXPAND) {
1106 group->combination_ == ScreenCombination::SCREEN_MIRROR && group->mirrorScreenId_ == screen->dmsId_;
1108 ChangeScreenGroup(group, screens, startPoints, filterMirroredScreen, ScreenCombination::SCREEN_MIRROR);
1113 DMError AbstractScreenController::StopScreens(const std::vector<ScreenId>& screenIds, ScreenCombination stopCombination)
1137 if (screenGroup->combination_ == ScreenCombination::SCREEN_MIRROR &&
1155 const std::vector<Point>& startPoints, bool filterScreen, ScreenCombination combination)
1236 bool filterExpandScreen = group->combination_ == ScreenCombination::SCREEN_EXPAND;
1237 ChangeScreenGroup(group, screenIds, startPoints, filterExpandScreen, ScreenCombination::SCREEN_EXPAND);