Searched refs:firstXCos (Results 1 – 2 of 2) sorted by relevance
553 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept() local557 if ((firstXCos * secondXCos + firstYCos * secondYCos) < MAX_DRAG_GESTURE_COSINE) { in IsDragGestureAccept()
924 float firstXCos = GetAngleCos(firstOffsetX, firstOffsetY, true); in IsDragGestureAccept() local928 if ((firstXCos * secondXCos + firstYCos * secondYCos) < MAX_DRAG_GESTURE_COSINE) { in IsDragGestureAccept()