Home
last modified time | relevance | path

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

/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/none/
DNoEffect.kt37 MatrixUtils.centerCropMatrix( in draw()
46 MatrixUtils.centerCropMatrix( in draw()
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/utils/
DMatrixUtils.kt25 fun centerCropMatrix(surfaceSize: SizeF, imageSize: SizeF): Matrix { in centerCropMatrix() method