HomeSort by relevance Sort by last modified time
    Searched full:maximumflingvelocity (Results 1 - 1 of 1) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewConfiguration.java 63 private int maximumFlingVelocity;
80 maximumFlingVelocity = (int) (density * MAXIMUM_FLING_VELOCITY + 0.5f);
207 return maximumFlingVelocity;

Completed in 46 milliseconds