Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DKeyboardInputMapper.cpp81 static const size_t stemKeyRotationMapSize = variable
85 keyCode = rotateStemKey(keyCode, orientation, stemKeyRotationMap, stemKeyRotationMapSize); in rotateKeyCode()
164 for (size_t i = 0; i < stemKeyRotationMapSize; i++) { in mapStemKey()