Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DMotionEventTest.java188 rot90.transform(MotionEvent.createRotateMatrix(Surface.ROTATION_90, height, width)); in testEventRotation()
194 rot180.transform(MotionEvent.createRotateMatrix(Surface.ROTATION_180, width, height)); in testEventRotation()
200 rot270.transform(MotionEvent.createRotateMatrix(Surface.ROTATION_270, height, width)); in testEventRotation()
206 compoundRot.transform(MotionEvent.createRotateMatrix(Surface.ROTATION_90, height, width)); in testEventRotation()
207 compoundRot.transform(MotionEvent.createRotateMatrix(Surface.ROTATION_180, height, width)); in testEventRotation()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DInputChannelCompat.java58 return MotionEvent.createRotateMatrix(rotation, displayW, displayH); in createRotationMatrix()
/aosp14/frameworks/base/core/java/android/view/
H A DMotionEvent.java4134 public static Matrix createRotateMatrix( in createRotateMatrix() method in MotionEvent