Home
last modified time | relevance | path

Searched refs:getMatrix (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DCameraTest.java58 mCamera.getMatrix(m); in testMatrixPreCompare()
72 mCamera.getMatrix(m2); in testTranslate()
88 mCamera.getMatrix(m2); in testRotateX()
104 mCamera.getMatrix(m2); in testRotateY()
120 mCamera.getMatrix(m2); in testRotateZ()
136 mCamera.getMatrix(m2); in testRotate()
162 mCamera.getMatrix(m); in testApplyToCanvas()
165 assertEquals(c1.getMatrix(), c2.getMatrix()); in testApplyToCanvas()
DColorMatrixColorFilterTest.java106 ColorMatrix getMatrix = new ColorMatrix(); in testGetColorMatrix() local
108 filter.getColorMatrix(getMatrix); in testGetColorMatrix()
109 assertEquals(new ColorMatrix(), getMatrix); in testGetColorMatrix()
119 filter.getColorMatrix(getMatrix); in testGetColorMatrix()
120 assertEquals(scaleTranslate, getMatrix); in testGetColorMatrix()
121 assertArrayEquals(scaleTranslate.getArray(), getMatrix.getArray(), 0); in testGetColorMatrix()
DPathMeasureTest.java140 assertFalse(mPathMeasure.getMatrix(1f, matrix, PathMeasure.POSITION_MATRIX_FLAG)); in testGetMatrix()
144 assertTrue(mPathMeasure.getMatrix(0f, matrix, PathMeasure.TANGENT_MATRIX_FLAG)); in testGetMatrix()
DPictureTest.java87 final Matrix beforeMatrix = canvas.getMatrix(); in verifyBalance()
96 assertTrue(beforeMatrix.equals(canvas.getMatrix())); in verifyBalance()
DMatrixTest.java82 camera.getMatrix(mMatrix); in testIsAffine()
/cts/tests/tests/view/src/android/view/animation/cts/
DTransformationTest.java49 t1.getMatrix().setScale(3, 1); in testCompose()
50 t2.getMatrix().setScale(3, 1); in testCompose()
57 assertEquals(expectedMatrix, t2.getMatrix()); in testCompose()
65 assertEquals(expectedMatrix, t2.getMatrix()); in testCompose()
79 t2.getMatrix().setScale(2, 3); in testClear()
90 assertFalse(expected.getMatrix().equals(actual.getMatrix())); in assertTransformationNotSame()
96 assertEquals(expected.getMatrix(), actual.getMatrix()); in assertTransformationEquals()
153 assertEquals(expected, transformation.getMatrix()); in testGetMatrix()
DRotateAnimationTest.java118 assertMatrixEquals(expectedMatrix, transformation.getMatrix()); in testRotateAgainstOrigin()
121 assertMatrixEquals(expectedMatrix, transformation.getMatrix()); in testRotateAgainstOrigin()
126 assertMatrixEquals(expectedMatrix, transformation.getMatrix()); in testRotateAgainstOrigin()
129 assertMatrixEquals(expectedMatrix, transformation.getMatrix()); in testRotateAgainstOrigin()
134 assertMatrixEquals(expectedMatrix, transformation.getMatrix()); in testRotateAgainstOrigin()
136 assertMatrixEquals(expectedMatrix, transformation.getMatrix()); in testRotateAgainstOrigin()
176 assertMatrixEquals(expectedMatrix, transformation.getMatrix()); in testRotateAgainstPoint()
179 assertMatrixEquals(expectedMatrix, transformation.getMatrix()); in testRotateAgainstPoint()
184 assertMatrixEquals(expectedMatrix, transformation.getMatrix()); in testRotateAgainstPoint()
187 assertMatrixEquals(expectedMatrix, transformation.getMatrix()); in testRotateAgainstPoint()
[all …]
DTranslateAnimationTest.java120 transformation.getMatrix().getValues(values); in testApplyTransformation()
126 transformation.getMatrix().getValues(values); in testApplyTransformation()
132 transformation.getMatrix().getValues(values); in testApplyTransformation()
140 transformation.getMatrix().getValues(values); in testApplyTransformation()
147 transformation.getMatrix().getValues(values); in testApplyTransformation()
156 transformation.getMatrix().getValues(values); in testApplyTransformation()
189 transformation.getMatrix().getValues(values); in testInitialize()
195 transformation.getMatrix().getValues(values); in testInitialize()
203 transformation.getMatrix().getValues(values); in testInitialize()
DScaleAnimationTest.java100 transformation.getMatrix().getValues(values); in testApplyTransformation()
106 transformation.getMatrix().getValues(values); in testApplyTransformation()
112 transformation.getMatrix().getValues(values); in testApplyTransformation()
141 transformation.getMatrix().getValues(values);
148 transformation.getMatrix().getValues(values);
154 transformation.getMatrix().getValues(values);
DAnimationSetTest.java349 expected.getMatrix().getValues(expectedValues); in assertTransformationEquals()
350 actual.getMatrix().getValues(actualValues); in assertTransformationEquals()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DCursorAnchorInfoTest.java129 assertEquals(transformMatrix, info.getMatrix()); in testBuilder()
154 assertEquals(transformMatrix, info2.getMatrix()); in testBuilder()
181 assertEquals(transformMatrix, info3.getMatrix()); in testBuilder()
207 assertEquals(new Matrix(), uninitializedInfo.getMatrix()); in testBuilder()
384 assertEquals(matrix1, firstInstance.getMatrix()); in testMatrixIsCopied()
388 assertEquals(matrix1, firstInstance.getMatrix()); in testMatrixIsCopied()
389 assertEquals(matrix2, secondInstance.getMatrix()); in testMatrixIsCopied()
392 assertEquals(matrix1, firstInstance.getMatrix()); in testMatrixIsCopied()
393 assertEquals(matrix2, secondInstance.getMatrix()); in testMatrixIsCopied()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityViewTest.java264 final Matrix expectedMatrix = mockResult.getMatrix(); in testInputMethod()
266 assertEquals(expectedMatrix, receivedInfo.getMatrix()); in testInputMethod()
DLocationInWindowTests.java122 v.getMatrix().mapPoints(expected); in assertThatViewGetLocationInWindowIsCorrect()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DLayerTests.java381 assertEquals(scaledMatrix, canvas.getMatrix()); in testSaveLayerRestoreBehavior()
387 assertEquals(identity, canvas.getMatrix()); in testSaveLayerRestoreBehavior()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4876 final Matrix initialMatrix = view.getMatrix(); in testTransformMatrixToGlobal()
4903 final Matrix initialMatrix = view1.getMatrix(); in testTransformMatrixToLocal()
/cts/tools/release-parser/tests/resources/
DShell.apk.pb.txt2496 name: "getMatrix"