Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DChangeImageTransformTest.java172 float maxScale = Math.max(scaleX, scaleY); in centerCropMatrix() local
174 float width = imageWidth * maxScale; in centerCropMatrix()
175 float height = imageHeight * maxScale; in centerCropMatrix()
180 matrix.postScale(maxScale, maxScale); in centerCropMatrix()