Home | History | Annotate | Download | only in launcher2

Lines Matching full:celly

132      * <container, screen, cellX, cellY>
135 int screen, int cellX, int cellY) {
138 addItemToDatabase(context, item, container, screen, cellX, cellY, false);
141 moveItemInDatabase(context, item, container, screen, cellX, cellY);
146 * Move an item in the DB to a new <container, screen, cellX, cellY>
149 int cellX, int cellY) {
153 item.cellY = cellY;
161 values.put(LauncherSettings.Favorites.CELLY, item.cellY);
207 final int cellYIndex = c.getColumnIndexOrThrow(LauncherSettings.Favorites.CELLY);
224 folderInfo.cellY = c.getInt(cellYIndex);
237 * cellY fields of the item. Also assigns an ID to the item.
240 int screen, int cellX, int cellY, boolean notify) {
244 item.cellY = cellY;
601 for (int y = item.cellY; y < (item.cellY+item.spanY); y++) {
613 for (int y = item.cellY; y < (item.cellY+item.spanY); y++) {
664 (LauncherSettings.Favorites.CELLY);
712 info.cellY = c.getInt(cellYIndex);
753 folderInfo.cellY = c.getInt(cellYIndex);
800 liveFolderInfo.cellY = c.getInt(cellYIndex);
839 appWidgetInfo.cellY = c.getInt(cellYIndex);
1430 cellInfo.screen, cellInfo.cellX, cellInfo.cellY, notify);