Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DMotionEventTest.java183 rot90.transform(MotionEvent.createRotateMatrix(Surface.ROTATION_90, height, width)); in testEventRotation()
189 rot180.transform(MotionEvent.createRotateMatrix(Surface.ROTATION_180, width, height)); in testEventRotation()
195 rot270.transform(MotionEvent.createRotateMatrix(Surface.ROTATION_270, height, width)); in testEventRotation()
201 compoundRot.transform(MotionEvent.createRotateMatrix(Surface.ROTATION_90, height, width)); in testEventRotation()
202 compoundRot.transform(MotionEvent.createRotateMatrix(Surface.ROTATION_180, height, width)); in testEventRotation()
/frameworks/base/core/java/android/view/
DMotionEvent.java4164 public static Matrix createRotateMatrix( in createRotateMatrix() method in MotionEvent