Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/
DTurbulenceNoiseShader.kt190 setLumaMatteFactors(config.lumaMatteBlendFactor, config.lumaMatteOverallBrightness) in applyConfig()
262 lumaMatteOverallBrightness: Float = 0f in setLumaMatteFactors()
265 setFloatUniform("in_lumaMatteOverallBrightness", lumaMatteOverallBrightness) in setLumaMatteFactors()
DTurbulenceNoiseAnimationConfig.kt73 val lumaMatteOverallBrightness: Float = DEFAULT_LUMA_MATTE_OVERALL_BRIGHTNESS, constant in com.android.systemui.surfaceeffects.turbulencenoise.TurbulenceNoiseAnimationConfig
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaViewController.kt1151 lumaMatteOverallBrightness = 0.09f, in <lambda>()