Searched refs:flingThreshold (Results 1 – 2 of 2) sorted by relevance
193 float flingThreshold = mContext.getResources() in finishTouchTracking() local197 if (Math.abs(velocityY) > flingThreshold) { in finishTouchTracking()
1110 float flingThreshold = mContext.getResources()1113 && Math.abs(endVelocityPxPerMs) > flingThreshold;