Searched refs:MSG_LONG_PRESS (Results 1 – 2 of 2) sorted by relevance
32 private static final int MSG_LONG_PRESS = 1; field in AccessibilityLongPressTimer48 case MSG_LONG_PRESS: in handleMessage()60 final Message longPressMessage = obtainMessage(MSG_LONG_PRESS, key); in startLongPress()65 removeMessages(MSG_LONG_PRESS); in cancelLongPress()
171 private static final int MSG_LONG_PRESS = 1; field in RotaryService439 if (msg.what == MSG_LONG_PRESS) {1411 mHandler.removeMessages(MSG_LONG_PRESS); in handleCenterButtonEvent()1412 mHandler.sendEmptyMessageDelayed(MSG_LONG_PRESS, mLongPressMs); in handleCenterButtonEvent()1419 mHandler.removeMessages(MSG_LONG_PRESS); in handleCenterButtonEvent()