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