Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewConfigurationTest.java175 int minVel = vc.getScaledMinimumFlingVelocity(deviceId, axis, source); in testFlingThresholds_forAllAvailableDevices() local
181 verifyFlingThresholdRange(minVel, maxVel); in testFlingThresholds_forAllAvailableDevices()
220 private static void verifyFlingThresholdRange(int minVel, int maxVel) { in verifyFlingThresholdRange() argument
221 if (minVel > maxVel) { in verifyFlingThresholdRange()
225 verifyNoFlingThresholds(minVel, maxVel); in verifyFlingThresholdRange()
230 assertTrue(minVel >= 0); in verifyFlingThresholdRange()
246 private static void verifyNoFlingThresholds(int minVel, int maxVel) { in verifyNoFlingThresholds() argument
247 assertEquals(Integer.MAX_VALUE, minVel); in verifyNoFlingThresholds()