Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/gesture/
DGestureUtils.java274 float lstPointX = pts[0]; in temporalSampling() local
279 vector[index] = lstPointX; in temporalSampling()
294 float deltaX = currentPointX - lstPointX; in temporalSampling()
299 float nx = lstPointX + ratio * deltaX; in temporalSampling()
305 lstPointX = nx; in temporalSampling()
309 lstPointX = currentPointX; in temporalSampling()
318 vector[i] = lstPointX; in temporalSampling()