Lines Matching defs:xy
233 int[] xy = new int[2];
234 v.getLocationOnScreen(xy);
239 final float x = xy[0] + (viewWidth / 2.0f);
240 float fromY = xy[1] + (viewHeight / 2.0f);
253 int[] xy = new int[2];
254 v.getLocationOnScreen(xy);
259 final float x = xy[0] + (viewWidth / 2.0f);
260 float y = xy[1] + (viewHeight / 2.0f);
293 int[] xy = new int[2];
294 v.getLocationOnScreen(xy);
299 final float x = xy[0] + (viewWidth / 2.0f);
300 float y = xy[1] + (viewHeight / 2.0f);
328 int[] xy = new int[2];
329 v.getLocationOnScreen(xy);
334 final float x = xy[0] + (viewWidth / 2.0f);
335 float y = xy[1] + (viewHeight / 2.0f);
389 int[] xy = new int[2];
390 v.getLocationOnScreen(xy);
395 final float x = xy[0] + (viewWidth / 2.0f);
396 float y = xy[1] + (viewHeight / 2.0f);
476 int[] xy = new int[2];
477 v.getLocationOnScreen(xy);
482 final float x = xy[0] + (viewWidth / 2.0f);
483 float fromY = xy[1] + (viewHeight / 2.0f);
496 * @param xy Result
498 private static void getStartLocation(View v, int gravity, int[] xy) {
499 v.getLocationOnScreen(xy);
508 xy[1] += viewHeight / 2;
511 xy[1] += viewHeight - 1;
521 xy[0] += viewWidth / 2;
524 xy[0] += viewWidth - 1;
572 int[] xy = new int[2];
574 getStartLocation(v, gravity, xy);
576 final int fromX = xy[0];
577 final int fromY = xy[1];
622 int[] xy = new int[2];
624 getStartLocation(v, gravity, xy);
626 final int fromX = xy[0];
627 final int fromY = xy[1];
671 int[] xy = new int[2];
673 getStartLocation(v, gravity, xy);
675 final int fromX = xy[0];
676 final int fromY = xy[1];
718 int[] xy = new int[2];
720 getStartLocation(v, gravity, xy);
722 final int fromX = xy[0];
723 final int fromY = xy[1];