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

  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 166 private static final int MSG_REPEAT = 3;
377 case MSG_REPEAT:
379 Message repeat = Message.obtain(this, MSG_REPEAT);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 168 private static final int MSG_REPEAT = 3;
260 case MSG_REPEAT:
262 Message repeat = Message.obtain(this, MSG_REPEAT);
490 mHandler.removeMessages(MSG_REPEAT);
    [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java 185 private static final int MSG_REPEAT = 3;
    [all...]

Completed in 140 milliseconds