Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.h30 static void rotateDelta(int32_t orientation, float* deltaX, float* deltaY) { in rotateDelta() function
DCursorInputMapper.cpp315 rotateDelta(mOrientation, &deltaX, &deltaY); in sync()
DTouchInputMapper.cpp2774 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY); in preparePointerGestures()
2911 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY); in preparePointerGestures()
3169 rotateDelta(mSurfaceOrientation, &commonDeltaX, &commonDeltaY); in preparePointerGestures()
3279 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY); in preparePointerGestures()
3396 rotateDelta(mSurfaceOrientation, &deltaX, &deltaY); in dispatchPointerMouse()