Searched refs:maxAbsDelta (Results 1 – 1 of 1) sorted by relevance
475 final float maxAbsDelta = Math.max(Math.abs(dx), Math.abs(dy)); in shouldAllowRecaptureTouch() local476 final float velocity = maxAbsDelta / dt; in shouldAllowRecaptureTouch()