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

  /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...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 168 private static final int MSG_REPEAT = 3;
266 case MSG_REPEAT:
268 Message repeat = Message.obtain(this, MSG_REPEAT);
    [all...]

Completed in 61 milliseconds