Home | History | Annotate | Download | only in launcher2

Lines Matching refs:bestXY

1387         final int[] bestXY = result != null ? result : new int[2];
1397 return bestXY;
1475 bestXY[0] = x;
1476 bestXY[1] = y;
1490 bestXY[0] = -1;
1491 bestXY[1] = -1;
1494 return bestXY;
1521 final int[] bestXY = result != null ? result : new int[2];
1556 bestXY[0] = x;
1557 bestXY[1] = y;
1564 bestXY[0] = -1;
1565 bestXY[1] = -1;
1567 return bestXY;