Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp170 static int32_t stemKeyRotationMap[][2] = { variable
179 sizeof(stemKeyRotationMap) / sizeof(stemKeyRotationMap[0]);
183 stemKeyRotationMap, stemKeyRotationMapSize); in rotateKeyCode()
2251 if (stemKeyRotationMap[i][0] == keyCode) { in mapStemKey()
2252 stemKeyRotationMap[i][1] = mapped; in mapStemKey()