OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addKey
(Results
1 - 9
of
9
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputLogicTestsDeadKeys.java
43
public EventList
addKey
(final int keyCode) {
70
.
addKey
(Constants.CODE_DELETE)
157
.
addKey
(Constants.CODE_DELETE)
190
.
addKey
(Constants.CODE_DELETE)
208
.
addKey
(Constants.CODE_DELETE)
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DynamicGridKeyboard.java
85
addKey
(mPendingKeys.pollFirst(), true);
92
addKey
(usedKey, true);
99
addKey
(usedKey, false);
102
private void
addKey
(final Key usedKey, final boolean addFirst) {
/libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractSelectableChannel.java
92
private void
addKey
(SelectionKey k) {
210
addKey
(k);
/frameworks/native/libs/input/
KeyCharacterMap.cpp
315
addKey
(outEvents, deviceId, keyCode, currentMetaState, true, now);
316
addKey
(outEvents, deviceId, keyCode, currentMetaState, false, now);
486
void KeyCharacterMap::
addKey
(Vector<KeyEvent>& outEvents,
566
addKey
(outEvents, deviceId, keyCode, *currentMetaState, down, time);
596
addKey
(outEvents, deviceId, keyCode, *currentMetaState, true, time);
598
addKey
(outEvents, deviceId, keyCode, *currentMetaState, false, time);
[
all
...]
/frameworks/native/include/input/
KeyCharacterMap.h
245
static void
addKey
(Vector<KeyEvent>& outEvents,
/frameworks/native/services/inputflinger/tests/
InputReader_test.cpp
415
void
addKey
(int32_t deviceId, int32_t scanCode, int32_t usageCode,
[
all
...]
/prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar
/prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar
Completed in 2736 milliseconds