Home | History | Annotate | Download | only in launcher2

Lines Matching full:loc

306     public float getLocationInDragLayer(View child, int[] loc) {
307 loc[0] = 0;
308 loc[1] = 0;
309 return getDescendantCoordRelativeToSelf(child, loc);
344 int[] loc = new int[2];
345 getLocationInWindow(loc);
346 int x = loc[0];
347 int y = loc[1];
349 v.getLocationInWindow(loc);
350 int vX = loc[0];
351 int vY = loc[1];