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

  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
AbstractLauncherUiTest.java 156 Point moveLocation = new Point(center);
159 if (moveLocation.y - distanceToMove >= dragLayer.getVisibleBounds().top) {
160 moveLocation.y -= distanceToMove;
162 moveLocation.y += distanceToMove;
164 movePointer(center, moveLocation);
172 Point moveLocation = dragLayer.getVisibleCenter();
175 movePointer(center, moveLocation);
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 63 milliseconds