Searched refs:nextDX (Results 1 – 1 of 1) sorted by relevance
287 float nextDX = next.x - newDelimiter.x; in recognizeGesture() local289 float nextLength = (float) Math.sqrt(nextDX * nextDX + nextDY * nextDY); in recognizeGesture()290 nextDX = nextDX / nextLength; in recognizeGesture()295 float dot = currentDX * nextDX + currentDY * nextDY; in recognizeGesture()