Searched refs:getLongPressTimeoutMs (Results 1 – 2 of 2) sorted by relevance
127 long getLongPressTimeoutMs() { in getLongPressTimeoutMs() method in SingleKeyGestureDetector.SingleKeyRule271 mHandler.sendMessageDelayed(msg, mActiveRule.getLongPressTimeoutMs()); in interceptKeyDown()308 if (eventTime < mLastDownTime + mActiveRule.getLongPressTimeoutMs()) { in interceptKeyUp()
2469 long getLongPressTimeoutMs() {2473 return super.getLongPressTimeoutMs();