Searched refs:toDirection (Results 1 – 2 of 2) sorted by relevance
289 int direction = toDirection(x - mBase[pointerIndex].x, y - mBase[pointerIndex].y); in onMove()302 int direction = toDirection(x - mBase[pointerIndex].x, y - mBase[pointerIndex].y); in onMove()393 int direction = toDirection(dX, dY); in recognizeGesturePath()412 private static int toDirection(float dX, float dY) { in toDirection() method in MultiFingerSwipe
175 int direction = toDirection(x - mBaseX, y - mBaseY); in onMove()347 int direction = toDirection(dX, dY); in recognizeGesturePath()367 private static int toDirection(float dX, float dY) { in toDirection() method in Swipe