Home
last modified time | relevance | path

Searched refs:MSG_REPEAT (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java168 private static final int MSG_REPEAT = 3; field in KeyboardView
260 case MSG_REPEAT:
262 Message repeat = Message.obtain(this, MSG_REPEAT);
490 mHandler.removeMessages(MSG_REPEAT); in setKeyboard()
1199 mHandler.removeMessages(MSG_REPEAT);
1227 Message msg = mHandler.obtainMessage(MSG_REPEAT);
1348 mHandler.removeMessages(MSG_REPEAT); in removeMessages()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java185 private static final int MSG_REPEAT = 3; field in KeyboardView
1277 mHandler.removeMessages(MSG_REPEAT); in onModifiedTouchEvent()
1307 Message msg = mHandler.obtainMessage(MSG_REPEAT); in onModifiedTouchEvent()
1432 mHandler.removeMessages(MSG_REPEAT); in removeMessages()
1629 case MSG_REPEAT:
1631 Message repeat = Message.obtain(this, MSG_REPEAT);