Home
last modified time | relevance | path

Searched defs:setIntensity (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/
DWeatherEffect.kt63 fun setIntensity(@FloatRange(from = 0.0, to = 1.0) intensity: Float) in resize() method
DWeatherEffectBase.kt94 override fun setIntensity(intensity: Float) { in setIntensity() method in com.google.android.wallpaper.weathereffects.graphics.WeatherEffectBase
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/none/
DNoEffect.kt60 override fun setIntensity(intensity: Float) {} in setIntensity() method in com.google.android.wallpaper.weathereffects.graphics.none.NoEffect
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/snow/
DSnowEffect.kt91 override fun setIntensity(intensity: Float) { in <lambda>() method