Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp79 static const size_t stemKeyRotationMapSize = variable
83 keyCode = rotateStemKey(keyCode, orientation, stemKeyRotationMap, stemKeyRotationMapSize); in rotateKeyCode()
149 for (size_t i = 0; i < stemKeyRotationMapSize; i++) { in mapStemKey()