Searched refs:getCellLayoutChildId (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java563 int childId = LauncherModel.getCellLayoutChildId(container, screen, x, y, spanX, spanY);
2274 cell.setId(LauncherModel.getCellLayoutChildId(container, mDragInfo.screen,
H A DLauncherModel.java661 static int getCellLayoutChildId( method in class:LauncherModel
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java862 int childId = LauncherModel.getCellLayoutChildId(container, screenId, x, y, spanX, spanY);
2790 cell.setId(LauncherModel.getCellLayoutChildId(container, mDragInfo.screenId,
H A DLauncherModel.java902 static int getCellLayoutChildId( method in class:LauncherModel

Completed in 81 milliseconds