Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DDifferentialMotionFlingHelper.java52 private final FlingVelocityThresholdCalculator mVelocityThresholdCalculator; field in DifferentialMotionFlingHelper
154 mVelocityThresholdCalculator = velocityThresholdCalculator; in DifferentialMotionFlingHelper()
217 mVelocityThresholdCalculator.calculateFlingVelocityThresholds( in calculateFlingVelocityThresholds()
/frameworks/base/core/tests/coretests/src/android/widget/
DDifferentialMotionFlingHelperTest.java50 mVelocityThresholdCalculator = field in DifferentialMotionFlingHelperTest
68 mVelocityThresholdCalculator, in setUp()