Home
last modified time | relevance | path

Searched defs:totalDistance (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
DOverScroller.java768 double totalDistance = 0.0; in fling() local
841 final double totalDistance = getSplineFlingDistance(velocity); in startAfterEdge() local
DScroller.java462 double totalDistance = getSplineFlingDistance(velocity); in fling() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java744 int totalDistance = Math.abs(endHeight - startHeight); in calculateTransformationAmount() local