Lines Matching refs:tints
1337 SystemBarRegionTints tints;
1348 tints.emplace_back(sysBarTintMap[it.first]);
1350 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints);
1378 SystemBarRegionTints tints;
1389 tints.emplace_back(sysBarTintMap[it.first]);
1394 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints);
1466 SystemBarRegionTints tints;
1469 WLOGI("[Immersive] systembar tints, T: %{public}d, " \
1477 tints.push_back(sysBarTintMap[it.first]);
1479 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints);
1502 SystemBarRegionTints tints;
1503 tints.push_back(tint);
1504 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(node->GetDisplayId(), tints);
1524 SystemBarRegionTints tints;
1525 tints.push_back(tint);
1526 WindowManagerAgentController::GetInstance().UpdateSystemBarRegionTints(displayId, tints);