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

  /frameworks/support/core-ui/tests/java/android/support/v4/widget/
ExploreByTouchHelperTest.java 105 final int[] tempLocation = new int[2];
107 v.getLocationOnScreen(tempLocation);
108 hostBoundsOnScreen.offset(tempLocation[0], tempLocation[1]);
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 162 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]);
436 sceneRoot.getLocationInWindow(tempLocation);
437 int startX = (Integer) startValues.values.get(PROPNAME_WINDOW_X) - tempLocation[0];
438 int startY = (Integer) startValues.values.get(PROPNAME_WINDOW_Y) - tempLocation[1];
439 int endX = (Integer) endValues.values.get(PROPNAME_WINDOW_X) - tempLocation[0];
440 int endY = (Integer) endValues.values.get(PROPNAME_WINDOW_Y) - 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 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
maven-assembly-plugin-2.2-beta-5.jar 

Completed in 247 milliseconds