HomeSort by relevance Sort by last modified time
    Searched defs:repeatKey (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/keyboard/resources/elements/
kb-keyboard.js 54 var repeatKey = {
476 repeatKey.cancel();
512 repeatKey.key = this.lastPressedKey;
514 repeatKey.timer = setTimeout(function() {
515 repeatKey.timer = undefined;
516 repeatKey.interval = setInterval(function() {
634 repeatKey.cancel();
687 if (repeatKey.key == event.target) {
688 repeatKey.cancel();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 282 protected void repeatKey(final int codePoint) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBsrv.h 173 KeyCode repeatKey;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 173 KeyCode repeatKey;
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 267 if (repeatKey()) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 261 if (repeatKey()) {
    [all...]

Completed in 392 milliseconds