Searched refs:currentFingerCount (Results 1 – 2 of 2) sorted by relevance
161 final int currentFingerCount = event.getPointerCount(); in onPointerDown() local164 if ((currentFingerCount > mTargetFingerCount) || mIsTargetFingerCountReached) { in onPointerDown()179 if (currentFingerCount == mTargetFingerCount) { in onPointerDown()
2725 const uint32_t currentFingerCount = mCurrentCookedState.fingerIdBits.count(); in preparePointerGestures() local2797 activeTouchId, currentFingerCount); in preparePointerGestures()2806 if (activeTouchId >= 0 && currentFingerCount > 1) { in preparePointerGestures()2834 } else if (currentFingerCount == 0) { in preparePointerGestures()2897 } else if (currentFingerCount == 1) { in preparePointerGestures()2952 if (lastFingerCount == 0 && currentFingerCount != 0) { in preparePointerGestures()3010 const uint32_t currentFingerCount = mCurrentCookedState.fingerIdBits.count(); in checkForTouchpadQuietTime() local3015 currentFingerCount < 2) { in checkForTouchpadQuietTime()3021 currentFingerCount >= 2 && !isPointerDown(mCurrentRawState.buttonState)) { in checkForTouchpadQuietTime()3070 const uint32_t currentFingerCount = mCurrentCookedState.fingerIdBits.count(); in prepareMultiFingerPointerGestures() local[all …]