Home | History | Annotate | Download | only in launcher3

Lines Matching refs:bestXY

1167         final int[] bestXY = result != null ? result : new int[2];
1177 return bestXY;
1254 bestXY[0] = x;
1255 bestXY[1] = y;
1267 bestXY[0] = -1;
1268 bestXY[1] = -1;
1271 return bestXY;
1298 final int[] bestXY = result != null ? result : new int[2];
1332 bestXY[0] = x;
1333 bestXY[1] = y;
1340 bestXY[0] = -1;
1341 bestXY[1] = -1;
1343 return bestXY;