Searched refs:cosAngle (Results 1 – 1 of 1) sorted by relevance
204 double cosAngle = Math.cos(angle); in rotateMotionEvents() local212 double rotatedX = cosAngle * x + sinAngle * y + offsetX; in rotateMotionEvents()213 double rotatedY = -sinAngle * x + cosAngle * y + offsetY; in rotateMotionEvents()