Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java1227 Matrix inverseMatrix = new Matrix(); in testAddBatchWithTransform() local
1228 assertTrue(matrix.invert(inverseMatrix)); in testAddBatchWithTransform()
1229 mMotionEventDynamic.transform(inverseMatrix); in testAddBatchWithTransform()