Home
last modified time | relevance | path

Searched refs:componentValue (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/display/color/
H A DReduceBrightColorsTintController.java71 final float componentValue = computeComponentValue(strengthLevel); in setMatrix() local
72 mMatrix[0] = componentValue; in setMatrix()
73 mMatrix[5] = componentValue; in setMatrix()
74 mMatrix[10] = componentValue; in setMatrix()
/aosp12/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/
H A Ddrm_hal_clearkey_test.h163 const std::string& componentName, const VT& componentValue) { in ValidateMetricAttributeAndValue() argument
174 ValueEquals(value.type, componentValue, value)) { in ValidateMetricAttributeAndValue()
185 const std::string& componentName, const VT& componentValue) { in ValidateMetricAttributeAndValue() argument
192 componentName, componentValue); in ValidateMetricAttributeAndValue()
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationCoreApiTest.kt164 componentValue: ((T) -> V)? = null,
169 componentValue?.let {