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/brightline/
DZigZagClassifier.java181 double rotatedY = -sinAngle * x + cosAngle * y + offsetY; in rotateMotionEvents() local
182 points.add(new Point((int) rotatedX, (int) rotatedY)); in rotateMotionEvents()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2408 int32_t originalX, int32_t originalY, int32_t rotatedX, int32_t rotatedY);
2421 int32_t originalX, int32_t originalY, int32_t rotatedX, int32_t rotatedY) { in testMotionRotation() argument
2431 float(rotatedY) / TRACKBALL_MOVEMENT_THRESHOLD, in testMotionRotation()