Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DZigZagClassifier.java216 double rotatedY = -sinAngle * x + cosAngle * y + offsetY; in rotateMotionEvents() local
217 points.add(new Point((int) rotatedX, (int) rotatedY)); in rotateMotionEvents()
/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp180 int32_t rotatedY) { in testMotionRotation() argument
189 float(rotatedY) / TRACKBALL_MOVEMENT_THRESHOLD))))); in testMotionRotation()