Searched refs:nextLength (Results 1 – 1 of 1) sorted by relevance
289 float nextLength = (float) Math.sqrt(nextDX * nextDX + nextDY * nextDY); in recognizeGesture() local290 nextDX = nextDX / nextLength; in recognizeGesture()291 nextDY = nextDY / nextLength; in recognizeGesture()