Searched refs:mHandledByLongPress (Results 1 – 1 of 1) sorted by relevance
52 private boolean mHandledByLongPress = false; field in SingleKeyGestureDetector214 && mActiveRule.supportLongPress() && !mHandledByLongPress) { in interceptKeyDown()218 mHandledByLongPress = true; in interceptKeyDown()306 if (!mHandledByLongPress) { in interceptKeyUp()311 mHandledByLongPress = mActiveRule.supportLongPress(); in interceptKeyUp()319 mHandledByLongPress |= mActiveRule.supportVeryLongPress(); in interceptKeyUp()323 if (mHandledByLongPress) { in interceptKeyUp()324 mHandledByLongPress = false; in interceptKeyUp()379 mHandledByLongPress = false; in reset()