Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aglover/gesticulate
/ functions
Functions
30 in github.com/aglover/gesticulate
⨍
Functions
30
◇
Types & classes
4
↓ 16 callers
Method
setY
(float y)
stub/android/view/MotionEvent.java:30
↓ 8 callers
Method
setX
(float x)
stub/android/view/MotionEvent.java:26
↓ 4 callers
Method
getX
()
stub/android/view/MotionEvent.java:34
↓ 4 callers
Method
getY
()
stub/android/view/MotionEvent.java:38
↓ 4 callers
Method
isSwipe
(float coordinateA, float coordinateB, float velocity)
src/com/b50/gesticulate/SwipeDetector.java:97
↓ 3 callers
Method
isDownSwipe
()
src/com/b50/gesticulate/SwipeDetector.java:38
↓ 3 callers
Method
isLeftSwipe
()
src/com/b50/gesticulate/SwipeDetector.java:46
↓ 3 callers
Method
isRightSwipe
()
src/com/b50/gesticulate/SwipeDetector.java:50
↓ 3 callers
Method
isUpSwipe
()
src/com/b50/gesticulate/SwipeDetector.java:42
↓ 1 callers
Method
isSwipeDistance
(float coordinateA, float coordinateB)
src/com/b50/gesticulate/SwipeDetector.java:89
↓ 1 callers
Method
isSwipeSpeed
(float velocity)
src/com/b50/gesticulate/SwipeDetector.java:93
Method
Gesticulate
()
src/com/b50/gesticulate/SwipeDetector.java:61
Method
MotionEvent
()
stub/android/view/MotionEvent.java:18
Method
SwipeDetector
(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
src/com/b50/gesticulate/SwipeDetector.java:22
Method
isDownSwipe
(MotionEvent e1, MotionEvent e2, float velocityY)
src/com/b50/gesticulate/SwipeDetector.java:73
Method
isLeftSwipe
(MotionEvent e1, MotionEvent e2, float velocityX)
src/com/b50/gesticulate/SwipeDetector.java:81
Method
isRightSwipe
(MotionEvent e1, MotionEvent e2, float velocityX)
src/com/b50/gesticulate/SwipeDetector.java:85
Method
isUpSwipe
(MotionEvent e1, MotionEvent e2, float velocityY)
src/com/b50/gesticulate/SwipeDetector.java:77
Method
testSwipeDownDetected
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:50
Method
testSwipeDownNotDetectedDueToMinDistanceNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:72
Method
testSwipeDownNotDetectedVelocityNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:61
Method
testSwipeLeftDetected
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:83
Method
testSwipeLeftNotDetectedDueToMinDistanceNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:105
Method
testSwipeLeftNotDetectedVelocityNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:94
Method
testSwipeRightDetected
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:116
Method
testSwipeRightNotDetectedDueToMinDistanceNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:138
Method
testSwipeRightNotDetectedVelocityNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:127
Method
testSwipeUpDetected
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:17
Method
testSwipeUpNotDetectedDueToMinDistanceNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:39
Method
testSwipeUpNotDetectedVelocityNotReached
()
test/test/com/b50/gesticulate/SwipeDetectorTest.java:28