Home
last modified time | relevance | path

Searched defs:scaleX (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DChangeImageTransformTest.java98 float scaleX = ((float)imageViewWidth)/imageWidth; in fitXYMatrix() local
112 float scaleX = ((float)imageViewWidth)/imageWidth; in centerCropMatrix() local
134 float scaleX = ((float)imageViewWidth)/imageWidth; in fitCenterMatrix() local
156 float scaleX = ((float)imageViewWidth)/imageWidth; in fitStartMatrix() local
172 float scaleX = ((float)imageViewWidth)/imageWidth; in fitEndMatrix() local
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSResizeTest.java34 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/
DMatrix3fTest.java147 float scaleX = 2.0f; in testScale() local
DMatrix2fTest.java156 float scaleX = 2.0f; in testScale() local
DMatrix4fTest.java142 float scaleX = 2.0f; in testScale() local
DIntrinsicResize.java27 …private void testResize(int w, int h, Element.DataType dt, int vecSize, float scaleX, float scaleY… in testResize()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp390 jfloat scaleX, in Java_android_cts_rscpp_RSResizeTest_resizeTest()