Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewConfiguration.java61 private int maximumFlingVelocity; field in ShadowViewConfiguration
79 maximumFlingVelocity = (int) (density * MAXIMUM_FLING_VELOCITY + 0.5f); in setup()
207 return maximumFlingVelocity; in getScaledMaximumFlingVelocity()