Home
last modified time | relevance | path

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

/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/
DWeatherEngine.kt31 import com.google.android.wallpaper.weathereffects.graphics.none.NoEffect in <lambda>()
68 if (activeEffect is NoEffect) { in <lambda>()
146 activeEffect = NoEffect(foreground, background, screenSize.toSizeF()) in <lambda>()
154 return activeEffect != null && activeEffect !is NoEffect in <lambda>()
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/none/
DNoEffect.kt26 class NoEffect(val foreground: Bitmap, val background: Bitmap, private var surfaceSize: SizeF) : class