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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp146 static void rotateDelta(int32_t orientation, float* deltaX, float* deltaY) { function in namespace:android
2608 rotateDelta(mOrientation, &deltaX, &deltaY);
5391 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
5534 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
5796 rotateDelta(mSurfaceOrientation, &commonDeltaX, &commonDeltaY);
5913 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
6033 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);

Completed in 458 milliseconds