Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DChangeImageTransformTest.java156 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/
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
DTextureViewTest.java226 final float scaleY = 0.25f; in testTransformScale() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrix3fTest.java148 float scaleY = 3.0f; in testScale() local
DMatrix4fTest.java143 float scaleY = 3.0f; in testScale() local
DMatrix2fTest.java157 float scaleY = 3.0f; in testScale() local
DIntrinsicResize.java30 …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/
DPhotoCaptureActivity.java462 float scaleX = 1.0f, scaleY = 1.0f; in setPreviewTransform() local
/cts/tests/tests/rscpp/librscpptest/
Drs_jni.cpp391 jfloat scaleY, in Java_android_cts_rscpp_RSResizeTest_resizeTest()
/cts/tests/tests/widget/src/android/widget/cts/
DScrollViewTest.java1065 float scaleY = 2.0f; in testSurfaceViewStretchAtEndWithScale() local
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlTest.java240 float scaleY = DEFAULT_LAYOUT_HEIGHT / (float) src.height(); in setSourceToDefaultDest() local