Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp57 static int32_t rotateStemKey(int32_t value, int32_t orientation, const int32_t map[][2], in rotateStemKey() function
83 keyCode = rotateStemKey(keyCode, orientation, stemKeyRotationMap, stemKeyRotationMapSize); in rotateKeyCode()