Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/materials/
H A DGlassActivity.kt71 noiseOpacitySeekBar = requireViewById(R.id.noiseOpacity)
111 materialView.noiseOpacity = progress / seekBar.max.toFloat()
H A DGlassView.kt111 var noiseOpacity = 0.0f regex
173 noisePaint.alpha = (noiseOpacity * 255).toInt()