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.java5210 final Matrix newMatrix = new Matrix(initialMatrix); in testTransformMatrixToGlobal() local
5212 newMatrix.getValues(initialValues); in testTransformMatrixToGlobal()
5214 view.transformMatrixToGlobal(newMatrix); in testTransformMatrixToGlobal()
5216 newMatrix.getValues(newValues); in testTransformMatrixToGlobal()