Searched refs:MSG_LONGPRESS (Results 1 – 1 of 1) sorted by relevance
169 private static final int MSG_LONGPRESS = 4; field in KeyboardView272 case MSG_LONGPRESS:1250 mHandler.removeMessages(MSG_LONGPRESS);1289 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);1319 mHandler.removeMessages(MSG_LONGPRESS);1322 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);1405 mHandler.removeMessages(MSG_LONGPRESS); in removeMessages()