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

  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGestureDispatchTest.java 286 MotionEvent.PointerCoords coords0 = new MotionEvent.PointerCoords(); local
288 firstEventWithTwoPointers.getPointerCoords(0, coords0);
291 assertEquals((float) centerXInsideView, (coords0.x + coords1.x) / 2, pinchTolerance);
292 assertEquals((float) centerYInsideView, (coords0.y + coords1.y) / 2, pinchTolerance);
294 assertEquals(coords0.x - centerXInsideView, coords0.y - centerYInsideView, pinchTolerance);
297 assertEquals(startSpacing, distance(coords0, coords1), pinchTolerance);
304 lastEventWithTwoPointers.getPointerCoords(0, coords0);
307 assertEquals((float) centerXInsideView, (coords0.x + coords1.x) / 2, pinchTolerance);
308 assertEquals((float) centerYInsideView, (coords0.y + coords1.y) / 2, pinchTolerance)
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 658 milliseconds