MCPcopy Create free account

hub / github.com/aglover/gesticulate / functions

Functions30 in github.com/aglover/gesticulate

↓ 16 callersMethodsetY
(float y)
stub/android/view/MotionEvent.java:30
↓ 8 callersMethodsetX
(float x)
stub/android/view/MotionEvent.java:26
↓ 4 callersMethodgetX
()
stub/android/view/MotionEvent.java:34
↓ 4 callersMethodgetY
()
stub/android/view/MotionEvent.java:38
↓ 4 callersMethodisSwipe
(float coordinateA, float coordinateB, float velocity)
src/com/b50/gesticulate/SwipeDetector.java:97
↓ 3 callersMethodisDownSwipe
()
src/com/b50/gesticulate/SwipeDetector.java:38
↓ 3 callersMethodisLeftSwipe
()
src/com/b50/gesticulate/SwipeDetector.java:46
↓ 3 callersMethodisRightSwipe
()
src/com/b50/gesticulate/SwipeDetector.java:50
↓ 3 callersMethodisUpSwipe
()
src/com/b50/gesticulate/SwipeDetector.java:42
↓ 1 callersMethodisSwipeDistance
(float coordinateA, float coordinateB)
src/com/b50/gesticulate/SwipeDetector.java:89
↓ 1 callersMethodisSwipeSpeed
(float velocity)
src/com/b50/gesticulate/SwipeDetector.java:93
MethodGesticulate
()
src/com/b50/gesticulate/SwipeDetector.java:61
MethodMotionEvent
()
stub/android/view/MotionEvent.java:18
MethodSwipeDetector
(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
src/com/b50/gesticulate/SwipeDetector.java:22
MethodisDownSwipe
(MotionEvent e1, MotionEvent e2, float velocityY)
src/com/b50/gesticulate/SwipeDetector.java:73
MethodisLeftSwipe
(MotionEvent e1, MotionEvent e2, float velocityX)
src/com/b50/gesticulate/SwipeDetector.java:81
MethodisRightSwipe
(MotionEvent e1, MotionEvent e2, float velocityX)
src/com/b50/gesticulate/SwipeDetector.java:85
MethodisUpSwipe
(MotionEvent e1, MotionEvent e2, float velocityY)
src/com/b50/gesticulate/SwipeDetector.java:77
MethodtestSwipeDownDetected
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:50
MethodtestSwipeDownNotDetectedDueToMinDistanceNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:72
MethodtestSwipeDownNotDetectedVelocityNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:61
MethodtestSwipeLeftDetected
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:83
MethodtestSwipeLeftNotDetectedDueToMinDistanceNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:105
MethodtestSwipeLeftNotDetectedVelocityNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:94
MethodtestSwipeRightDetected
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:116
MethodtestSwipeRightNotDetectedDueToMinDistanceNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:138
MethodtestSwipeRightNotDetectedVelocityNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:127
MethodtestSwipeUpDetected
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:17
MethodtestSwipeUpNotDetectedDueToMinDistanceNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:39
MethodtestSwipeUpNotDetectedVelocityNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:28