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

  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
LauncherInstrumentationTestCase.java 153 Point moveLocation = findViewById(R.id.drag_layer).getVisibleCenter();
156 while(!moveLocation.equals(center)) {
157 center.x = getNextMoveValue(moveLocation.x, center.x);
158 center.y = getNextMoveValue(moveLocation.y, center.y);
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 523 milliseconds