Home | History | Annotate | Download | only in launcher3

Lines Matching full:loc

346     public float getLocationInDragLayer(View child, int[] loc) {
347 loc[0] = 0;
348 loc[1] = 0;
349 return getDescendantCoordRelativeToSelf(child, loc);
382 int[] loc = new int[2];
383 getLocationInWindow(loc);
384 int x = loc[0];
385 int y = loc[1];
387 v.getLocationInWindow(loc);
388 int vX = loc[0];
389 int vY = loc[1];