Searched refs:pixelsPerSec (Results 1 – 1 of 1) sorted by relevance
241 final int pixelsPerSec = pixels * MSEC_PER_SEC; in detectFastMove() local243 final float speed = (float)pixelsPerSec / msecs / mKeyWidth; in detectFastMove()247 if (!hasDetectedFastMove() && pixelsPerSec > mDetectFastMoveSpeedThreshold * msecs) { in detectFastMove()249 final float speed = (float)pixelsPerSec / msecs / mKeyWidth; in detectFastMove()298 final int pixelsPerSec = pixels * MSEC_PER_SEC; in updateIncrementalRecognitionSize() local300 if (pixelsPerSec < mGestureRecognitionSpeedThreshold * msecs) { in updateIncrementalRecognitionSize()