OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swipepath
(Results
1 - 1
of
1
) sorted by null
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGestureDispatchTest.java
498
Path
swipePath
= new Path();
499
swipePath
.moveTo(startX, startY);
500
swipePath
.lineTo(endX, endY);
502
GestureDescription.StrokeDescription swipeStroke = new GestureDescription.StrokeDescription(
swipePath
, 0, duration);
Completed in 94 milliseconds