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.java102 float scaleY = ((float)imageViewHeight)/imageHeight; in fitXYMatrix() local
116 float scaleY = ((float)imageViewHeight)/imageHeight; in centerCropMatrix() local
138 float scaleY = ((float)imageViewHeight)/imageHeight; in fitCenterMatrix() local
160 float scaleY = ((float)imageViewHeight)/imageHeight; in fitStartMatrix() local
176 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/textureview/src/android/textureview/cts/
DTextureViewTestActivity.java50 ObjectAnimator scaleY = ObjectAnimator.ofFloat(mTexView, "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()