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
2560 rotateDelta(mOrientation, &deltaX, &deltaY);
5239 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
5381 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
5639 rotateDelta(mSurfaceOrientation, &commonDeltaX, &commonDeltaY);
5752 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
5867 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);

Completed in 54 milliseconds