Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/gesture/
DGestureUtils.java132 float postDx = targetPatchSize / 2; in spatialSampling() local
145 pts[i] = (strokepoints[i] + preDx) * sx + postDx; in spatialSampling()