Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp72 static int32_t stemKeyRotationMap[][2] = { variable
82 sizeof(stemKeyRotationMap) / sizeof(stemKeyRotationMap[0]);
85 keyCode = rotateStemKey(keyCode, orientation, stemKeyRotationMap, stemKeyRotationMapSize); in rotateKeyCode()
165 if (stemKeyRotationMap[i][0] == keyCode) { in mapStemKey()
166 stemKeyRotationMap[i][1] = mapped; in mapStemKey()