Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp400 float oldDistance = fabs(currentValue - thresholdValue); in hasMovedNearerToValueWithinFilteredRange() local
401 if (newDistance < oldDistance) { in hasMovedNearerToValueWithinFilteredRange()
/frameworks/base/core/java/android/widget/
DOverScroller.java674 final int oldDistance = oldFinal - start; in adjustDuration() local
676 final float x = Math.abs((float) newDistance / oldDistance); in adjustDuration()