Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DMotionEventTest.java179 rot90.transform(MotionEvent.createRotateMatrix(/* 90 deg */1, 1000, 600)); in testEventRotation()
184 rot180.transform(MotionEvent.createRotateMatrix(/* 180 deg */2, 1000, 600)); in testEventRotation()
189 rot270.transform(MotionEvent.createRotateMatrix(/* 270 deg */3, 1000, 600)); in testEventRotation()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DInputChannelCompat.java58 return MotionEvent.createRotateMatrix(rotation, displayW, displayH); in createRotationMatrix()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DPointerEventDispatcher.java57 motionEvent.transform(MotionEvent.createRotateMatrix( in onInputEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java571 event.transform(MotionEvent.createRotateMatrix(rotation, sz.x, sz.y)); in onInputEvent()
/aosp12/frameworks/base/core/java/android/view/
H A DMotionEvent.java3817 public static Matrix createRotateMatrix( in createRotateMatrix() method in MotionEvent
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java868 motion.applyTransform(MotionEvent.createRotateMatrix( in injectInputEventInternal()