HomeSort by relevance Sort by last modified time
    Searched full:typedkey (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TimerProxy.java 27 * @param typedKey the key that is typed.
29 public void startTypingStateTimer(@Nonnull Key typedKey);
106 public void startTypingStateTimer(@Nonnull Key typedKey) {}
TimerHandler.java 139 public void startTypingStateTimer(@Nonnull final Key typedKey) {
140 if (typedKey.isModifier() || typedKey.altCodeWhileTyping()) {
152 final int typedCode = typedKey.getCode();

Completed in 124 milliseconds