Home
last modified time | relevance | path

Searched refs:SNOW (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/provider/
DWallpaperInfoContract.kt48 SNOW("snow");
68 SNOW.value -> SNOW in fromStringValue()
/frameworks/libs/systemui/weathereffects/tests/src/com/google/android/wallpaper/weathereffects/provider/
DWeatherEffectsContentProviderTest.kt49 val expectedWeatherEffect = WeatherEffect.SNOW.value in query_updateWallpaper_returnsCorrectData()
/frameworks/ex/camera2/portability/tests/src/com/android/ex/camera2/portability/
DCamera2PortabilityTest.java153 set.setSceneMode(SceneMode.SNOW); in camera2SettingsSetOptionsAndGetRequestSettings()
216 assertEquals(intstr.sceneModeFromInt(CONTROL_SCENE_MODE_SNOW), SceneMode.SNOW); in camera2CapabilitiesFocusModeFromInt()
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/
DWeatherEngine.kt140 WallpaperInfoContract.WeatherEffect.SNOW -> { in <lambda>()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2Capabilities.java217 return SceneMode.SNOW; in sceneModeFromInt()
DCameraCapabilities.java220 SNOW, enumConstant
DAndroidCameraCapabilities.java157 mSupportedSceneModes.add(SceneMode.SNOW); in buildSceneModes()
DAndroidCamera2Settings.java452 case SNOW: { in updateRequestSceneMode()
/frameworks/libs/systemui/weathereffects/debug/src/com/google/android/wallpaper/weathereffects/
DWallpaperEffectsDebugActivity.kt100 weatherEffect = WallpaperInfoContract.WeatherEffect.SNOW in <lambda>()