Searched refs:oldDistance (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DOverScroller.java664 final int oldDistance = oldFinal - start;
666 final float x = Math.abs((float) newDistance / oldDistance);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp7050 float oldDistance = fabs(currentValue - thresholdValue); local
7051 if (newDistance < oldDistance) {

Completed in 108 milliseconds