Searched defs:weatherEffect (Results 1 – 3 of 3) sorted by relevance
| /frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/shared/model/ | ||
| D | WallpaperFileModel.kt | 32 val weatherEffect: WallpaperInfoContract.WeatherEffect? = null constant in com.google.android.wallpaper.weathereffects.shared.model.WallpaperFileModel |
| /frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/data/repository/ | ||
| D | WeatherEffectsRepository.kt | 115 val weatherEffect = WallpaperFileUtils.importLastKnownWeather(context) in <lambda>() constant |
| /frameworks/libs/systemui/weathereffects/debug/src/com/google/android/wallpaper/weathereffects/ | ||
| D | WallpaperEffectsDebugActivity.kt | 66 private var weatherEffect: WallpaperInfoContract.WeatherEffect? = null in <lambda>() variable |