Home
last modified time | relevance | path

Searched defs:expectedMatrix (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/
H A DFrameRotationQueueTest.java68 float[] expectedMatrix = new float[16]; in recentering_justYaw() local
103 float[] expectedMatrix = createRotationMatrix(angleRadian, x, y, z); in doTestAngleAxisToRotationMatrix() local
125 float[] expectedMatrix = new float[16]; in createRotationMatrix() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/video/spherical/
H A DFrameRotationQueueTest.java68 float[] expectedMatrix = new float[16]; in recentering_justYaw() local
103 float[] expectedMatrix = createRotationMatrix(angleRadian, x, y, z); in doTestAngleAxisToRotationMatrix() local
125 float[] expectedMatrix = new float[16]; in createRotationMatrix() local
/aosp_15_r20/cts/tests/tests/view/src/android/view/animation/cts/
H A DRotateAnimationTest.java126 Matrix expectedMatrix = new Matrix(); in testRotateAgainstOrigin() local
150 private void assertMatrixEquals(Matrix expectedMatrix, Matrix actualMatrix) { in assertMatrixEquals()
184 Matrix expectedMatrix = new Matrix(); in testRotateAgainstPoint() local
H A DTransformationTest.java57 Matrix expectedMatrix = new Matrix(); in testCompose() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditTextCursorAnchorInfoTest.java115 Matrix expectedMatrix = new Matrix(); in testMatrix() local
134 Matrix expectedMatrix = new Matrix(); in testMatrix_withTranslation() local
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/common/
H A DBitMatrixTestCase.java312 …private static void testXOR(BitMatrix dataMatrix, BitMatrix flipMatrix, BitMatrix expectedMatrix) { in testXOR()
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/aztec/encoder/
H A DEncoderTest.java152 BitMatrix expectedMatrix = aztec.getMatrix(); in testAztecWriter() local
/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/
H A DRenderNodeDrawableTests.cpp246 SkMatrix expectedMatrix; in RENDERTHREAD_TEST() local
453 SkMatrix expectedMatrix; in RENDERTHREAD_TEST() local
/aosp_15_r20/external/skia/tests/
H A DImageFilterTest.cpp101 MatrixTestImageFilter(skiatest::Reporter* reporter, const SkMatrix& expectedMatrix) in MatrixTestImageFilter()
1284 SkMatrix expectedMatrix = canvas.getTotalMatrix(); in DEF_TEST() local