HomeSort by relevance Sort by last modified time
    Searched refs:StrokeDescription (Results 1 - 15 of 15) sorted by null

  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
GestureDescriptionTest.java 18 import android.accessibilityservice.GestureDescription.StrokeDescription;
43 new StrokeDescription(mNominalPath, 0, 0);
51 new StrokeDescription(mNominalPath, -1, NOMINAL_PATH_DURATION);
62 new StrokeDescription(negativeStartXPath, 0, NOMINAL_PATH_DURATION);
73 new StrokeDescription(negativeStartYPath, 0, NOMINAL_PATH_DURATION);
84 new StrokeDescription(negativeEndXPath, 0, NOMINAL_PATH_DURATION);
95 new StrokeDescription(negativeEndYPath, 0, NOMINAL_PATH_DURATION);
104 new StrokeDescription(emptyPath, 0, NOMINAL_PATH_DURATION);
117 new StrokeDescription(multiContourPath, 0, NOMINAL_PATH_DURATION);
124 StrokeDescription strokeDescription = new StrokeDescription(mNominalPath, 0, 100)
    [all...]
MagnificationGestureHandlerTest.java 48 import android.accessibilityservice.GestureDescription.StrokeDescription;
205 StrokeDescription down = tripleTapAndHold();
209 StrokeDescription drag = drag(down, add(lastPointOf(down), mPan, 0f));
219 private StrokeDescription tripleTapAndHold() {
220 StrokeDescription tap1 = click(mTapLocation);
221 StrokeDescription tap2 = startingAt(endTimeOf(tap1) + 20, click(mTapLocation2));
222 StrokeDescription down = startingAt(endTimeOf(tap2) + 20, pointerDown(mTapLocation));
294 StrokeDescription stroke = click(mTapLocation);
301 public void dispatch(StrokeDescription firstStroke, StrokeDescription... rest)
    [all...]
AccessibilityGestureDispatchTest.java 39 import android.accessibilityservice.GestureDescription.StrokeDescription;
399 StrokeDescription s1 = new StrokeDescription(
401 StrokeDescription s2 = s1.continueStroke(
403 StrokeDescription s3 = s2.continueStroke(
432 StrokeDescription stroke1 =
433 new StrokeDescription(lineWithinView(startPoint, midPoint), 0, gestureTime, true);
438 StrokeDescription stroke2 =
460 StrokeDescription stroke1 =
461 new StrokeDescription(lineWithinView(startPoint, midPoint), 0, gestureTime, true)
    [all...]
AccessibilityGestureDetectorTest.java 24 import android.accessibilityservice.GestureDescription.StrokeDescription;
156 .addStroke(new StrokeDescription(
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
GestureUtils.java 21 import android.accessibilityservice.GestureDescription.StrokeDescription;
56 public static StrokeDescription pointerDown(PointF point) {
57 return new StrokeDescription(path(point), 0, ViewConfiguration.getTapTimeout(), true);
60 public static StrokeDescription pointerUp(StrokeDescription lastStroke) {
65 public static PointF lastPointOf(StrokeDescription stroke) {
70 public static StrokeDescription click(PointF point) {
71 return new StrokeDescription(path(point), 0, ViewConfiguration.getTapTimeout());
74 public static StrokeDescription longClick(PointF point) {
75 return new StrokeDescription(path(point), 0
    [all...]
  /frameworks/base/core/java/android/accessibilityservice/
GestureDescription.java 49 private final List<StrokeDescription> mStrokes = new ArrayList<>();
72 private GestureDescription(List<StrokeDescription> strokes) {
92 public StrokeDescription getStroke(@IntRange(from = 0) int index) {
127 StrokeDescription strokeDescription = mStrokes.get(i);
128 if (strokeDescription.hasPointForTime(time)) {
129 touchPoints[numPointsFound].mStrokeId = strokeDescription.getId();
131 strokeDescription.getContinuedStrokeId();
133 (strokeDescription.getContinuedStrokeId() < 0)
134 && (time == strokeDescription.mStartTime)
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
GestureDescriptionTest.java 26 import android.accessibilityservice.GestureDescription.StrokeDescription;
47 StrokeDescription clickStroke = new StrokeDescription(clickPath, 0, 10);
118 StrokeDescription path0Stroke = new StrokeDescription(path0, path0StartTime, path0Duration);
124 StrokeDescription path1Stroke = createSwipeStroke(
131 StrokeDescription path2Stroke = createSwipeStroke(
138 StrokeDescription path3Stroke = createSwipeStroke(
206 maxPointBuilder.addStroke(new StrokeDescription(path, 0, samplePeriod * numSamples));
234 StrokeDescription swipeStroke = createSwipeStroke(10, 20, 30, 40, 0, 100)
    [all...]
  /tools/dexter/testdata/expected/
large.asm     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 942 milliseconds