Searched refs:MSG_LONGPRESS (Results 1 – 1 of 1) sorted by relevance
169 private static final int MSG_LONGPRESS = 4; field in KeyboardView266 case MSG_LONGPRESS:1200 mHandler.removeMessages(MSG_LONGPRESS);1236 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);1265 mHandler.removeMessages(MSG_LONGPRESS);1267 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);1349 mHandler.removeMessages(MSG_LONGPRESS); in removeMessages()