Lines Matching refs:first
227 // for first frame callback
750 // Before open transaction, it must flush first.
1106 // This info is invalid, so we must notify again when first frame callback.
1271 sysBarPropMap[it.first] = (sysBarPropMapNode.find(it.first))->second;
1272 sysBarPropMap[it.first].enable_ = false;
1277 sysBarPropMap[it.first] = (sysBarPropMapNode.find(it.first))->second;
1285 sysBarPropMap[it.first] = (sysBarPropMapNode.find(it.first))->second;
1286 sysBarPropMap[it.first].enable_ = false;
1340 auto expectProp = expectSystemBarProp.find(it.first)->second;
1345 static_cast<int32_t>(it.first), expectProp.enable_, expectProp.backgroundColor_, expectProp.contentColor_);
1346 sysBarTintMap[it.first].prop_ = expectProp;
1347 sysBarTintMap[it.first].type_ = it.first;
1348 tints.emplace_back(sysBarTintMap[it.first]);
1382 auto sysNode = sysBarNodeMap[it.first];
1387 sysBarTintMap[it.first].region_ = newRegion;
1388 sysBarTintMap[it.first].type_ = it.first;
1389 tints.emplace_back(sysBarTintMap[it.first]);
1392 static_cast<int32_t>(it.first), newRegion.posX_, newRegion.posY_, newRegion.width_, newRegion.height_);
1472 static_cast<int32_t>(it.first),
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]);