Searched refs:mVerticalFlingThresholdPx (Results 1 – 1 of 1) sorted by relevance
52 private final float mVerticalFlingThresholdPx; field in DistanceClassifier98 mVerticalFlingThresholdPx = Math in DistanceClassifier()178 mVerticalFlingThresholdPx, in getReason()218 logDebug("Threshold: " + mVerticalFlingThresholdPx); in getPassedFlingThreshold()219 return Math.abs(dY) >= mVerticalFlingThresholdPx; in getPassedFlingThreshold()