Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/gesture/
DGestureUtils.java92 final float targetPatchSize = bitmapSize - 1; in spatialSampling() local
99 float sx = targetPatchSize / gestureWidth; in spatialSampling()
100 float sy = targetPatchSize / gestureHeight; in spatialSampling()
132 float postDx = targetPatchSize / 2; in spatialSampling()
133 float postDy = targetPatchSize / 2; in spatialSampling()
153 if (segmentStartX > targetPatchSize) { in spatialSampling()
154 segmentStartX = targetPatchSize; in spatialSampling()
156 if (segmentStartY > targetPatchSize) { in spatialSampling()
157 segmentStartY = targetPatchSize; in spatialSampling()