Home
last modified time | relevance | path

Searched refs:findEmptyCell (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DInstallShortcutReceiver.java282 if (findEmptyCell(context, items, tmpCoordinates, screen)) { in installShortcut()
336 private static boolean findEmptyCell(Context context, ArrayList<ItemInfo> items, int[] xy, in findEmptyCell() method in InstallShortcutReceiver