Searched refs:MSG_LONGPRESS (Results 1 – 2 of 2) sorted by relevance
176 private static final int MSG_LONGPRESS = 4; field in KeyboardView395 case MSG_LONGPRESS: in onAttachedToWindow()1255 mHandler.removeMessages(MSG_LONGPRESS);1294 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);1324 mHandler.removeMessages(MSG_LONGPRESS);1327 Message msg = mHandler.obtainMessage(MSG_LONGPRESS, me);1412 mHandler.removeMessages(MSG_LONGPRESS); in removeMessages()
22743 Landroid/inputmethodservice/KeyboardView;->MSG_LONGPRESS:I