Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java186 private static final int MSG_LONGPRESS = 4; field in KeyboardView
1279 mHandler.removeMessages(MSG_LONGPRESS); in onModifiedTouchEvent()
1318 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me); in onModifiedTouchEvent()
1348 mHandler.removeMessages(MSG_LONGPRESS); in onModifiedTouchEvent()
1351 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me); in onModifiedTouchEvent()
1434 mHandler.removeMessages(MSG_LONGPRESS); in removeMessages()
1636 case MSG_LONGPRESS: