Home | History | Annotate | Download | only in launcher3

Lines Matching refs:coords

387                         Pair<Long, int[]> coords = LauncherModel.findNextAvailableIconSpace(context,
389 if (coords == null) {
407 coords = LauncherModel.findNextAvailableIconSpace(context,
410 if (coords == null) {
426 coords.first, coords.second[0], coords.second[1], false);