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

  /frameworks/base/core/java/android/transition/
ChangeBounds.java 163 int[] tempLocation = new int[2];
240 values.view.getLocationInWindow(tempLocation);
241 values.values.put(PROPNAME_WINDOW_X, tempLocation[0]);
242 values.values.put(PROPNAME_WINDOW_Y, tempLocation[1]);
441 sceneRoot.getLocationInWindow(tempLocation);
450 Path topLeftPath = getPathMotion().getPath(startX - tempLocation[0],
451 startY - tempLocation[1], endX - tempLocation[0], endY - tempLocation[1]);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 81 milliseconds