Home
last modified time | relevance | path

Searched refs:getInverseRotation (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchCursorInputMapperCommon.h39 static int32_t getInverseRotation(int32_t orientation) { in getInverseRotation() function
H A DCursorInputMapper.cpp206 mOrientation = getInverseRotation(internalViewport->orientation); in configure()
354 rotateDelta(getInverseRotation(mOrientation), &dx, &dy); in sync()
H A DTouchInputMapper.cpp769 : getInverseRotation(mViewport.orientation); in configureSurface()
4047 const int32_t orientation = getInverseRotation(mViewport.orientation); in getMouseCursorPosition()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp99 static int32_t getInverseRotation(int32_t orientation) { in getInverseRotation() function
8068 frames[0].rotate(getInverseRotation(orientation)); in TEST_F()
8118 frame.rotate(getInverseRotation(DISPLAY_ORIENTATION_90)); in TEST_F()