Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/
DWeatherEffectBase.kt44 protected var parallaxMatrix = Matrix(centerCropMatrix) variable in com.google.android.wallpaper.weathereffects.graphics.WeatherEffectBase
58 this.parallaxMatrix.set(matrix) in setMatrix()
63 invertAndTransposeMatrix(parallaxMatrix, transformMatrixBitmap) in adjustCropping()
64 calculateTransformDifference(centerCropMatrix, parallaxMatrix, transformMatrixWeather) in adjustCropping()
113 parallaxMatrix.set(centerCropMatrix) in setBitmaps()
/aosp_15_r20/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/snow/
DSnowEffect.kt56 private var scale = getScale(parallaxMatrix) in <lambda>()
102 scale = getScale(parallaxMatrix) in <lambda>()