Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4879 final Matrix newMatrix = new Matrix(initialMatrix); in testTransformMatrixToGlobal() local
4881 newMatrix.getValues(initialValues); in testTransformMatrixToGlobal()
4883 view.transformMatrixToGlobal(newMatrix); in testTransformMatrixToGlobal()
4885 newMatrix.getValues(newValues); in testTransformMatrixToGlobal()