Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DOverScroller.java667 final int newDistance = newFinal - start; in adjustDuration() local
668 final float x = Math.abs((float) newDistance / oldDistance); in adjustDuration()
/frameworks/native/services/inputflinger/
DInputReader.cpp7446 float newDistance = fabs(newValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange() local
7447 if (newDistance < filter) { in hasMovedNearerToValueWithinFilteredRange()
7449 if (newDistance < oldDistance) { in hasMovedNearerToValueWithinFilteredRange()