OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentMetaState
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/input/
KeyCharacterMap.cpp
313
int32_t
currentMetaState
= 0;
314
addMetaKeys(outEvents, deviceId, metaState, true, now, &
currentMetaState
);
315
addKey(outEvents, deviceId, keyCode,
currentMetaState
, true, now);
316
addKey(outEvents, deviceId, keyCode,
currentMetaState
, false, now);
317
addMetaKeys(outEvents, deviceId, metaState, false, now, &
currentMetaState
);
497
int32_t*
currentMetaState
) {
501
AKEYCODE_CAPS_LOCK, AMETA_CAPS_LOCK_ON,
currentMetaState
);
503
AKEYCODE_NUM_LOCK, AMETA_NUM_LOCK_ON,
currentMetaState
);
505
AKEYCODE_SCROLL_LOCK, AMETA_SCROLL_LOCK_ON,
currentMetaState
);
510
AMETA_SHIFT_ON,
currentMetaState
);
[
all
...]
/frameworks/native/include/input/
KeyCharacterMap.h
252
int32_t*
currentMetaState
);
256
int32_t*
currentMetaState
);
262
int32_t*
currentMetaState
);
266
int32_t*
currentMetaState
);
Completed in 80 milliseconds