Searched refs:mHandledByLongPress (Results 1 – 1 of 1) sorted by relevance
54 private boolean mHandledByLongPress = false; field in SingleKeyGestureDetector231 && mActiveRule.supportLongPress() && !mHandledByLongPress) { in interceptKeyDown()235 mHandledByLongPress = true; in interceptKeyDown()327 if (!mHandledByLongPress) { in interceptKeyUp()332 mHandledByLongPress = mActiveRule.supportLongPress(); in interceptKeyUp()340 mHandledByLongPress |= mActiveRule.supportVeryLongPress(); in interceptKeyUp()344 if (mHandledByLongPress) { in interceptKeyUp()345 mHandledByLongPress = false; in interceptKeyUp()409 mHandledByLongPress = false; in reset()