Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/gesture/
DGestureUtils.java275 float lstPointY = pts[1]; in temporalSampling() local
281 vector[index] = lstPointY; in temporalSampling()
295 float deltaY = currentPointY - lstPointY; in temporalSampling()
300 float ny = lstPointY + ratio * deltaY; in temporalSampling()
306 lstPointY = ny; in temporalSampling()
310 lstPointY = currentPointY; in temporalSampling()
319 vector[i + 1] = lstPointY; in temporalSampling()