Searched defs:rotateDelta (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/services/inputflinger/
H A DInputReader.cpp155 static void rotateDelta(int32_t orientation, float* deltaX, float* deltaY) { function in namespace:android
2696 rotateDelta(mOrientation, &deltaX, &deltaY);
5513 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
5654 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
5912 rotateDelta(mSurfaceOrientation, &commonDeltaX, &commonDeltaY);
6025 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);
6141 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY);

Completed in 38 milliseconds