Searched refs:rotateDelta (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp131 static void rotateDelta(int32_t orientation, float* deltaX, float* deltaY) { function in namespace:android
2461 rotateDelta(mOrientation, &deltaX, &deltaY);
4852 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
4994 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
5250 rotateDelta(mSurfaceOrientation, &commonDeltaX, &commonDeltaY);
5363 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
5477 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);

Completed in 37 milliseconds