Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DBackTouchTracker.java208 float nonLinearDeltaX = deltaX - linearDistance; in getProgress() local
209 float nonLinearProgress = nonLinearDeltaX / nonLinearDistance; in getProgress()