Lines Matching refs:sysBarTintMap
1338 SysBarTintMap& sysBarTintMap = displayGroupController_->sysBarTintMaps_[displayId];
1339 for (auto it : sysBarTintMap) {
1346 sysBarTintMap[it.first].prop_ = expectProp;
1347 sysBarTintMap[it.first].type_ = it.first;
1348 tints.emplace_back(sysBarTintMap[it.first]);
1379 SysBarTintMap& sysBarTintMap = displayGroupController_->sysBarTintMaps_[displayId];
1381 for (auto it : sysBarTintMap) { // split screen mode not support yet
1387 sysBarTintMap[it.first].region_ = newRegion;
1388 sysBarTintMap[it.first].type_ = it.first;
1389 tints.emplace_back(sysBarTintMap[it.first]);
1467 SysBarTintMap& sysBarTintMap = displayGroupController_->sysBarTintMaps_[displayId];
1468 for (auto it : sysBarTintMap) {
1473 sysBarTintMap[it.first].prop_.enable_,
1474 sysBarTintMap[it.first].prop_.backgroundColor_, sysBarTintMap[it.first].prop_.contentColor_,
1475 sysBarTintMap[it.first].region_.posX_, sysBarTintMap[it.first].region_.posY_,
1476 sysBarTintMap[it.first].region_.width_, sysBarTintMap[it.first].region_.height_);
1477 tints.push_back(sysBarTintMap[it.first]);