Searched refs:currentDY (Results 1 – 1 of 1) sorted by relevance
272 float currentDY = dY / count; in recognizeGesture() local284 length * currentDY + lastDelimiter.y); in recognizeGesture()295 float dot = currentDX * nextDX + currentDY * nextDY; in recognizeGesture()307 float currentDY = next.y - lastDelimiter.y; in recognizeGesture() local308 length = (float) Math.sqrt(currentDX * currentDX + currentDY * currentDY); in recognizeGesture()313 dY = dY + currentDY / length; in recognizeGesture()