Searched refs:createRotateMatrix (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | MotionEventTest.java | 183 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/ |
D | MotionEvent.java | 4164 public static Matrix createRotateMatrix( in createRotateMatrix() method in MotionEvent
|