Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DChangeImageTransformTest.java141 int imageViewHeight = mImageView.getHeight(); in centerMatrix() local
142 float ty = Math.round((imageViewHeight - imageHeight)/2f); in centerMatrix()
155 int imageViewHeight = mImageView.getHeight(); in fitXYMatrix() local
156 float scaleY = ((float)imageViewHeight)/imageHeight; in fitXYMatrix()
169 int imageViewHeight = mImageView.getHeight(); in centerCropMatrix() local
170 float scaleY = ((float)imageViewHeight)/imageHeight; in centerCropMatrix()
177 float ty = Math.round((imageViewHeight - height) / 2f); in centerCropMatrix()
191 int imageViewHeight = mImageView.getHeight(); in fitCenterMatrix() local
192 float scaleY = ((float)imageViewHeight)/imageHeight; in fitCenterMatrix()
199 float ty = (imageViewHeight - height) / 2f; in fitCenterMatrix()
[all …]