Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/gesture/
DGestureUtils.java270 int vectorLength = numPoints * 2; in temporalSampling() local
271 float[] vector = new float[vectorLength]; in temporalSampling()
317 for (i = index; i < vectorLength; i += 2) { in temporalSampling()