Searched defs:scaleY (Results 1 – 12 of 12) sorted by relevance
/cts/tests/tests/transition/src/android/transition/cts/ |
D | ChangeImageTransformTest.java | 156 float scaleY = ((float)imageViewHeight)/imageHeight; in fitXYMatrix() local 170 float scaleY = ((float)imageViewHeight)/imageHeight; in centerCropMatrix() local 192 float scaleY = ((float)imageViewHeight)/imageHeight; in fitCenterMatrix() local 214 float scaleY = ((float)imageViewHeight)/imageHeight; in fitStartMatrix() local 230 float scaleY = ((float)imageViewHeight)/imageHeight; 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 …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/ |
D | TextureViewStressTestActivity.java | 54 ObjectAnimator scaleY = ObjectAnimator.ofFloat(texView, "scaleY", 0.3f, 1f); in onCreate() local
|
D | TextureViewTest.java | 226 final float scaleY = 0.25f; in testTransformScale() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | Matrix3fTest.java | 148 float scaleY = 3.0f; in testScale() local
|
D | Matrix4fTest.java | 143 float scaleY = 3.0f; in testScale() local
|
D | Matrix2fTest.java | 157 float scaleY = 3.0f; in testScale() local
|
D | IntrinsicResize.java | 30 …tResize(int w, int h, Element.DataType dt, int vecSize, float scaleX, float scaleY, boolean useOpt… in testResize()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | PhotoCaptureActivity.java | 462 float scaleX = 1.0f, scaleY = 1.0f; in setPreviewTransform() local
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 391 jfloat scaleY, in Java_android_cts_rscpp_RSResizeTest_resizeTest()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ScrollViewTest.java | 1065 float scaleY = 2.0f; in testSurfaceViewStretchAtEndWithScale() local
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | SurfaceControlTest.java | 240 float scaleY = DEFAULT_LAYOUT_HEIGHT / (float) src.height(); in setSourceToDefaultDest() local
|