Searched refs:MSG_KEY_LONG_PRESS (Results 1 – 1 of 1) sorted by relevance
40 private static final int MSG_KEY_LONG_PRESS = 0; field in SingleKeyGestureDetector236 mHandler.removeMessages(MSG_KEY_LONG_PRESS); in interceptKeyDown()240 final Message msg = mHandler.obtainMessage(MSG_KEY_LONG_PRESS, object); in interceptKeyDown()288 final Message msg = mHandler.obtainMessage(MSG_KEY_LONG_PRESS, object); in interceptKeyDown()301 mHandler.removeMessages(MSG_KEY_LONG_PRESS); in interceptKeyDown()330 mHandler.removeMessages(MSG_KEY_LONG_PRESS); in interceptKeyUp()398 mHandler.removeMessages(MSG_KEY_LONG_PRESS); in reset()457 case MSG_KEY_LONG_PRESS: in handleMessage()