HomeSort by relevance Sort by last modified time
    Searched defs:clickPath (Results 1 - 2 of 2) sorted by null

  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGestureDispatchTest.java 478 Path clickPath = new Path();
479 clickPath.moveTo(x, y);
481 new GestureDescription.StrokeDescription(clickPath, 0, ViewConfiguration.getTapTimeout());
488 Path clickPath = new Path();
489 clickPath.moveTo(x, y);
493 new GestureDescription.StrokeDescription(clickPath, 0, longPressTime + (longPressTime / 2));
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 587 milliseconds