Home
last modified time | relevance | path

Searched refs:nPressedKeys (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp1004 int32_t nPressedKeys = 0; in ReadFromParcel() local
1005 READINT32(in, nPressedKeys); in ReadFromParcel()
1006 if (nPressedKeys > static_cast<int32_t>(MAX_N_PRESSED_KEYS)) { in ReadFromParcel()
1010 for (int32_t i = 0; i < nPressedKeys; i++) { in ReadFromParcel()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_shortcut_manager.cpp548 size_t nPressedKeys = 0; in FormatPressedKeys() local
552 ++nPressedKeys; in FormatPressedKeys()
555 if (nPressedKeys > MAX_N_PRINTABLE_ITEMS) { in FormatPressedKeys()
560 ++nPressedKeys; in FormatPressedKeys()

Completed in 4 milliseconds