Home
last modified time | relevance | path

Searched refs:weatherEffect (Results 1 – 4 of 4) sorted by relevance

/frameworks/libs/systemui/weathereffects/debug/src/com/google/android/wallpaper/weathereffects/
DWallpaperEffectsDebugActivity.kt64 private var weatherEffect: WallpaperInfoContract.WeatherEffect? = null in <lambda>() variable
90 weatherEffect = WallpaperInfoContract.WeatherEffect.RAIN in <lambda>()
95 weatherEffect = WallpaperInfoContract.WeatherEffect.FOG in <lambda>()
100 weatherEffect = WallpaperInfoContract.WeatherEffect.SNOW in <lambda>()
105 weatherEffect = null in <lambda>()
191 weatherEffect, in <lambda>()
195 "$weatherEffect\n* Foreground: $fgPath\n* Background: $bgPath") in <lambda>()
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/shared/model/
DWallpaperFileModel.kt32 val weatherEffect: WallpaperInfoContract.WeatherEffect? = null constant in com.google.android.wallpaper.weathereffects.shared.model.WallpaperFileModel
45 val weatherEffect: WallpaperInfoContract.WeatherEffect? = null constant in com.google.android.wallpaper.weathereffects.shared.model.WallpaperImageModel
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/
DWeatherEngine.kt95 createWeatherEffect(asset.foreground, asset.background, asset.weatherEffect) in <lambda>()
122 weatherEffect: WallpaperInfoContract.WeatherEffect? = null in <lambda>()
127 when (weatherEffect) { in <lambda>()
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/data/repository/
DWeatherEffectsRepository.kt67 wallpaperFileModel.weatherEffect, in <lambda>()