Home
last modified time | relevance | path

Searched refs:mVerticalFlingThresholdPx (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DDistanceClassifier.java52 private final float mVerticalFlingThresholdPx; field in DistanceClassifier
98 mVerticalFlingThresholdPx = Math in DistanceClassifier()
178 mVerticalFlingThresholdPx, in getReason()
218 logDebug("Threshold: " + mVerticalFlingThresholdPx); in getPassedFlingThreshold()
219 return Math.abs(dY) >= mVerticalFlingThresholdPx; in getPassedFlingThreshold()