Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DChangeImageTransformTest.java86 int imageHeight = mImage.getIntrinsicHeight(); in centerMatrix() local
88 float ty = Math.round((imageViewHeight - imageHeight)/2f); in centerMatrix()
100 int imageHeight = mImage.getIntrinsicHeight(); in fitXYMatrix() local
102 float scaleY = ((float)imageViewHeight)/imageHeight; in fitXYMatrix()
114 int imageHeight = mImage.getIntrinsicHeight(); in centerCropMatrix() local
116 float scaleY = ((float)imageViewHeight)/imageHeight; in centerCropMatrix()
121 float height = imageHeight * maxScale; in centerCropMatrix()
136 int imageHeight = mImage.getIntrinsicHeight(); in fitCenterMatrix() local
138 float scaleY = ((float)imageViewHeight)/imageHeight; in fitCenterMatrix()
143 float height = imageHeight * minScale; in fitCenterMatrix()
[all …]
/cts/tests/tests/media/src/android/media/cts/
DYUVImage.java34 int imageWidth, int imageHeight, in YUVImage() argument
39 mImageHeight = imageHeight; in YUVImage()
DCodecUtils.java160 int imageHeight = image.getHeight(); in getImageMD5Checksum() local
171 height = imageHeight; in getImageMD5Checksum()
174 height = imageHeight /2; in getImageMD5Checksum()
DDecoderTest.java2471 int imageHeight = image.getHeight();
2482 height = imageHeight;
2485 height = imageHeight /2;
/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java144 int imageHeight = image.getHeight(); in testBadSurfaceDimensions() local
145 Size actualSize = new Size(imageWidth, imageHeight); in testBadSurfaceDimensions()