Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchCursorInputMapperCommon.h29 ui::Rotation getInverseRotation(ui::Rotation orientation);
DTouchCursorInputMapperCommon.cpp47 ui::Rotation getInverseRotation(ui::Rotation orientation) { in getInverseRotation() function
DTouchpadInputMapper.cpp342 ? getInverseRotation(resolvedViewport->orientation) in reconfigure()
DCursorInputMapper.cpp528 : getInverseRotation(resolvedViewport->orientation); in configureOnChangeDisplayInfo()
DTouchInputMapper.cpp1007 : getInverseRotation(mViewport.orientation); in configureInputDevice()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp117 static ui::Rotation getInverseRotation(ui::Rotation orientation) { in getInverseRotation() function
8997 frames[0].rotate(getInverseRotation(orientation)); in TEST_F()
9051 frame.rotate(getInverseRotation(ui::ROTATION_90)); in TEST_F()