Home
last modified time | relevance | path

Searched refs:colorInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryLayersDrawable.kt130 colorInfo: BatteryColors, in updateColorProfile()
132 frame.setTint(colorInfo.fg) in updateColorProfile()
133 frameBg.setTint(colorInfo.bg) in updateColorProfile()
134 textOnly.setTint(colorInfo.fg) in updateColorProfile()
135 spaceSharingText.setTint(colorInfo.fg) in updateColorProfile()
136 attribution.setTint(colorInfo.fg) in updateColorProfile()
140 fill.fillColor = if (hasFg) colorInfo.fill else colorInfo.fillOnly in updateColorProfile()
143 fill.fillColor = colorInfo.activeFill in updateColorProfile()
146 fill.fillColor = colorInfo.warnFill in updateColorProfile()
149 fill.fillColor = colorInfo.errorFill in updateColorProfile()
/frameworks/av/media/libstagefright/webm/
DWebmElement.cpp380 List<sp<WebmElement> > colorInfo; in VideoTrackEntry() local
397 colorInfo.push_back(new WebmUnsigned(kMkvPrimaries, primaries)); in VideoTrackEntry()
400 colorInfo.push_back(new WebmUnsigned(kMkvTransferCharacteristics, transfer)); in VideoTrackEntry()
403 colorInfo.push_back(new WebmUnsigned(kMkvMatrixCoefficients, coeffs)); in VideoTrackEntry()
406 colorInfo.push_back(new WebmUnsigned(kMkvRange, fullRange ? 2 : 1)); in VideoTrackEntry()
423 colorInfo.push_back(new WebmUnsigned( in VideoTrackEntry()
427 colorInfo.push_back(new WebmUnsigned( in VideoTrackEntry()
462 colorInfo.push_back(new WebmMaster(kMkvMasteringMetadata, masteringInfo)); in VideoTrackEntry()
466 if (colorInfo.size()) { in VideoTrackEntry()
467 videoInfo.push_back(new WebmMaster(kMkvColour, colorInfo)); in VideoTrackEntry()