Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java185 private static final int MSG_REPEAT = 3; field in KeyboardView
1278 mHandler.removeMessages(MSG_REPEAT); in onModifiedTouchEvent()
1308 Message msg = mHandler.obtainMessage(MSG_REPEAT); in onModifiedTouchEvent()
1433 mHandler.removeMessages(MSG_REPEAT); in removeMessages()
1630 case MSG_REPEAT:
1632 Message repeat = Message.obtain(this, MSG_REPEAT);