Searched refs:maxVel (Results 1 – 1 of 1) sorted by relevance
176 int maxVel = vc.getScaledMaximumFlingVelocity(deviceId, axis, source); in testFlingThresholds_forAllAvailableDevices() local181 verifyFlingThresholdRange(minVel, maxVel); in testFlingThresholds_forAllAvailableDevices()220 private static void verifyFlingThresholdRange(int minVel, int maxVel) { in verifyFlingThresholdRange() argument221 if (minVel > maxVel) { in verifyFlingThresholdRange()225 verifyNoFlingThresholds(minVel, maxVel); in verifyFlingThresholdRange()231 assertTrue(maxVel >= 0); in verifyFlingThresholdRange()246 private static void verifyNoFlingThresholds(int minVel, int maxVel) { in verifyNoFlingThresholds() argument248 assertEquals(Integer.MIN_VALUE, maxVel); in verifyNoFlingThresholds()