OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onLongPressTimeout
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MockKeyboardSwitcher.java
157
public void
onLongPressTimeout
(int code) {
161
mState.
onLongPressTimeout
(code);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java
319
public void
onLongPressTimeout
(int code) {
320
mState.
onLongPressTimeout
(code);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java
35
* {@link #onUpdateShiftState(int)}, {@link #
onLongPressTimeout
(int)}.
374
public void
onLongPressTimeout
(int code) {
376
Log.d(TAG, "
onLongPressTimeout
: code=" + Keyboard.printableCode(code) + " " + this);
Completed in 108 milliseconds