Searched refs:mKeyPressCounter (Results 1 – 1 of 1) sorted by relevance
44 private int mKeyPressCounter; field in SingleKeyGestureDetector261 mKeyPressCounter = 1; in interceptKeyDown()263 mKeyPressCounter++; in interceptKeyDown()266 if (mKeyPressCounter == 1) { in interceptKeyDown()293 mKeyPressCounter, mActiveRule); in interceptKeyDown()325 mKeyPressCounter = 0; in interceptKeyUp()345 if (mKeyPressCounter < mActiveRule.getMaxMultiPressCount()) { in interceptKeyUp()347 mKeyPressCounter, mActiveRule); in interceptKeyUp()359 return mKeyPressCounter; in getKeyPressCounter()372 if (mKeyPressCounter > 0) { in reset()[all …]