Home
last modified time | relevance | path

Searched defs:scaleY (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DChangeImageTransformTest.java123 float scaleY = ((float)imageViewHeight)/imageHeight; in fitXYMatrix() local
137 float scaleY = ((float)imageViewHeight)/imageHeight; in centerCropMatrix() local
159 float scaleY = ((float)imageViewHeight)/imageHeight; in fitCenterMatrix() local
181 float scaleY = ((float)imageViewHeight)/imageHeight; in fitStartMatrix() local
197 float scaleY = ((float)imageViewHeight)/imageHeight; 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 …ivate 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/view/src/android/view/cts/
DTextureViewStressTestActivity.java54 ObjectAnimator scaleY = ObjectAnimator.ofFloat(texView, "scaleY", 0.3f, 1f); in onCreate() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrix3fTest.java148 float scaleY = 3.0f; in testScale() local
DMatrix2fTest.java157 float scaleY = 3.0f; in testScale() local
DMatrix4fTest.java143 float scaleY = 3.0f; in testScale() local
DIntrinsicResize.java27 …ivate void testResize(int w, int h, Element.DataType dt, int vecSize, float scaleX, float scaleY) { in testResize()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp391 jfloat scaleY, in Java_android_cts_rscpp_RSResizeTest_resizeTest()