Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp37 static const int32_t keyCodeRotationMap[][4] = { variable
55 sizeof(keyCodeRotationMap) / sizeof(keyCodeRotationMap[0]);
84 return rotateValueUsingRotationMap(keyCode, orientation, keyCodeRotationMap, in rotateKeyCode()