Searched refs:getLongPressTimeoutMs (Results 1 – 2 of 2) sorted by relevance
131 long getLongPressTimeoutMs() { in getLongPressTimeoutMs() method in SingleKeyGestureDetector.SingleKeyRule290 mHandler.sendMessageDelayed(msg, mActiveRule.getLongPressTimeoutMs()); in interceptKeyDown()329 if (eventTime < mLastDownTime + mActiveRule.getLongPressTimeoutMs()) { in interceptKeyUp()
2625 long getLongPressTimeoutMs() {2629 return super.getLongPressTimeoutMs();