Searched defs:scaleX (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/transition/src/android/transition/cts/ |
D | ChangeImageTransformTest.java | 152 float scaleX = ((float)imageViewWidth)/imageWidth; in fitXYMatrix() local 166 float scaleX = ((float)imageViewWidth)/imageWidth; in centerCropMatrix() local 188 float scaleX = ((float)imageViewWidth)/imageWidth; in fitCenterMatrix() local 210 float scaleX = ((float)imageViewWidth)/imageWidth; in fitStartMatrix() local 226 float scaleX = ((float)imageViewWidth)/imageWidth; in fitEndMatrix() local
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSResizeTest.java | 34 native boolean resizeTest(String path, int w, int h, float scaleX, float scaleY, in resizeTest() 37 …private void testResize(int w, int h, Element.DataType dt, int vecSize, float scaleX, float scaleY… in testResize() 81 resizeTest(this.getContext().getCacheDir().toString().toString(), w, h, scaleX, scaleY, in testResize() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | Matrix3fTest.java | 147 float scaleX = 2.0f; in testScale() local
|
D | Matrix2fTest.java | 156 float scaleX = 2.0f; in testScale() local
|
D | Matrix4fTest.java | 142 float scaleX = 2.0f; in testScale() local
|
D | IntrinsicResize.java | 27 …private void testResize(int w, int h, Element.DataType dt, int vecSize, float scaleX, float scaleY… in testResize()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 390 jfloat scaleX, in Java_android_cts_rscpp_RSResizeTest_resizeTest()
|