Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/gesture/
DGestureUtils.java184 float invertSlope = (segmentEndX - segmentStartX) / in spatialSampling() local
187 xpos = invertSlope * (ypos - segmentStartY) + segmentStartX; in spatialSampling()
193 float invertSlope = (segmentEndX - segmentStartX) / in spatialSampling() local
196 xpos = invertSlope * (ypos - segmentStartY) + segmentStartX; in spatialSampling()