Home
last modified time | relevance | path

Searched refs:parallaxMatrix (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/
DWeatherEffectBase.kt45 protected var parallaxMatrix = Matrix(centerCropMatrix) variable in com.google.android.wallpaper.weathereffects.graphics.WeatherEffectBase
60 this.parallaxMatrix.set(matrix) in setMatrix()
61 bitmapScale = getScale(parallaxMatrix) in setMatrix()
66 invertAndTransposeMatrix(parallaxMatrix, transformMatrixBitmap) in adjustCropping()
67 calculateTransformDifference(centerCropMatrix, parallaxMatrix, transformMatrixWeather) in adjustCropping()
116 parallaxMatrix.set(centerCropMatrix) in setBitmaps()
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/rain/
DRainEffect.kt93 bitmapScale = getScale(parallaxMatrix) in <lambda>()
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/snow/
DSnowEffect.kt110 val newScale = getScale(parallaxMatrix) in <lambda>()