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

  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 625 int[] newXY = new int[2];
626 anotherView.getLocationOnScreen(newXY);
630 assertEquals(newXY[0] + viewInWindowOff[0], viewXY[0]);
631 assertEquals(newXY[1] + anotherView.getHeight() + viewInWindowOff[1], viewXY[1]);
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.cpp 83 SkPoint newXY = current->xyAtT(newMidT);
89 baseT + newMid * (endT - baseT), newXY.fX, newXY.fY,
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]

Completed in 2692 milliseconds