Home
last modified time | relevance | path

Searched refs:matrices (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DChangeImageTransformTest.java276 final List<Matrix> matrices = watchImageMatrix(imageView); in transformImage() local
283 verify(matrices, within(5000)).add(any()); in transformImage()
297 verify(matrices, times(1)).add(any()); in transformImage()
298 assertEquals(1, matrices.size()); in transformImage()
300 verify(matrices, timeout(5000).atLeast(3)).add(any()); in transformImage()
302 mStartMatrix = matrices.get(0); in transformImage()
303 mEndMatrix = matrices.get(matrices.size() - 1); in transformImage()
307 final List<Matrix> matrices = Mockito.spy(new ArrayList<>()); in watchImageMatrix() local
311 if (matrices.isEmpty() in watchImageMatrix()
312 || !Objects.equals(matrix, matrices.get(matrices.size() - 1))) { in watchImageMatrix()
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dimage_and_kernel.rsh21 // of a stack of kernel matrices.
24 // matrices.
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java308 float[][] matrices = { in testSamplingWithTransform() local
323 transform.setValues(matrices[i]); in testSamplingWithTransform()