/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | CameraTest.java | 58 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()
|
D | ColorMatrixColorFilterTest.java | 106 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()
|
D | PathMeasureTest.java | 140 assertFalse(mPathMeasure.getMatrix(1f, matrix, PathMeasure.POSITION_MATRIX_FLAG)); in testGetMatrix() 144 assertTrue(mPathMeasure.getMatrix(0f, matrix, PathMeasure.TANGENT_MATRIX_FLAG)); in testGetMatrix()
|
D | PictureTest.java | 87 final Matrix beforeMatrix = canvas.getMatrix(); in verifyBalance() 96 assertTrue(beforeMatrix.equals(canvas.getMatrix())); in verifyBalance()
|
D | MatrixTest.java | 82 camera.getMatrix(mMatrix); in testIsAffine()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | TransformationTest.java | 49 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()
|
D | RotateAnimationTest.java | 118 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 …]
|
D | TranslateAnimationTest.java | 120 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()
|
D | ScaleAnimationTest.java | 100 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);
|
D | AnimationSetTest.java | 349 expected.getMatrix().getValues(expectedValues); in assertTransformationEquals() 350 actual.getMatrix().getValues(actualValues); in assertTransformationEquals()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | CursorAnchorInfoTest.java | 129 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/ |
D | ActivityViewTest.java | 264 final Matrix expectedMatrix = mockResult.getMatrix(); in testInputMethod() 266 assertEquals(expectedMatrix, receivedInfo.getMatrix()); in testInputMethod()
|
D | LocationInWindowTests.java | 122 v.getMatrix().mapPoints(expected); in assertThatViewGetLocationInWindowIsCorrect()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | LayerTests.java | 381 assertEquals(scaledMatrix, canvas.getMatrix()); in testSaveLayerRestoreBehavior() 387 assertEquals(identity, canvas.getMatrix()); in testSaveLayerRestoreBehavior()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 4876 final Matrix initialMatrix = view.getMatrix(); in testTransformMatrixToGlobal() 4903 final Matrix initialMatrix = view1.getMatrix(); in testTransformMatrixToLocal()
|
/cts/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 2496 name: "getMatrix"
|