Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DDifferentialMotionFlingHelper.java81 void calculateFlingVelocityThresholds( in calculateFlingVelocityThresholds() method
140 DifferentialMotionFlingHelper::calculateFlingVelocityThresholds, in DifferentialMotionFlingHelper()
169 boolean flingParamsChanged = calculateFlingVelocityThresholds(event, axis); in onMotionEvent()
211 private boolean calculateFlingVelocityThresholds(MotionEvent event, int axis) { in calculateFlingVelocityThresholds() method in DifferentialMotionFlingHelper
217 mVelocityThresholdCalculator.calculateFlingVelocityThresholds( in calculateFlingVelocityThresholds()
229 private static void calculateFlingVelocityThresholds( in calculateFlingVelocityThresholds() method in DifferentialMotionFlingHelper