Home
last modified time | relevance | path

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

/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/snow/
DSnowEffectConfig.kt37 val noiseTexture: Bitmap, constant in com.google.android.wallpaper.weathereffects.graphics.snow.SnowEffectConfig
70 noiseTexture = GraphicsUtils.loadTexture(context.assets, NOISE_TEXTURE_PATH)
DSnowEffect.kt158 BitmapShader(snowConfig.noiseTexture, Shader.TileMode.REPEAT, Shader.TileMode.REPEAT) in <lambda>()