Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java252 private static final int OVERSCROLL_DISTANCE = 0; field in ViewConfiguration
368 mOverscrollDistance = OVERSCROLL_DISTANCE; in ViewConfiguration()
426 mOverscrollDistance = (int) (sizeAndDensity * OVERSCROLL_DISTANCE + 0.5f); in ViewConfiguration()