Home
last modified time | relevance | path

Searched refs:sysBarTintMap (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp1338 SysBarTintMap& sysBarTintMap = displayGroupController_->sysBarTintMaps_[displayId]; in NotifyIfSystemBarTintChanged() local
1339 for (auto it : sysBarTintMap) { in NotifyIfSystemBarTintChanged()
1346 sysBarTintMap[it.first].prop_ = expectProp; in NotifyIfSystemBarTintChanged()
1347 sysBarTintMap[it.first].type_ = it.first; in NotifyIfSystemBarTintChanged()
1348 tints.emplace_back(sysBarTintMap[it.first]); in NotifyIfSystemBarTintChanged()
1379 SysBarTintMap& sysBarTintMap = displayGroupController_->sysBarTintMaps_[displayId]; in NotifyIfSystemBarRegionChanged() local
1381 for (auto it : sysBarTintMap) { // split screen mode not support yet in NotifyIfSystemBarRegionChanged()
1387 sysBarTintMap[it.first].region_ = newRegion; in NotifyIfSystemBarRegionChanged()
1388 sysBarTintMap[it.first].type_ = it.first; in NotifyIfSystemBarRegionChanged()
1389 tints.emplace_back(sysBarTintMap[i in NotifyIfSystemBarRegionChanged()
1467 SysBarTintMap& sysBarTintMap = displayGroupController_->sysBarTintMaps_[displayId]; NotifySystemBarTints() local
[all...]
H A Ddisplay_group_controller.cpp37 SysBarTintMap sysBarTintMap { in InitNewDisplay()
41 sysBarTintMaps_.insert(std::make_pair(displayId, sysBarTintMap)); in InitNewDisplay()

Completed in 5 milliseconds