Home | History | Annotate | Download | only in launcher3

Lines Matching refs:cellX

63     int cellX = -1;
110 cellX = info.cellX;
134 values.put(LauncherSettings.Favorites.CELLX, cellX);
140 void updateValuesWithCoordinates(ContentValues values, int cellX, int cellY) {
141 values.put(LauncherSettings.Favorites.CELLX, cellX);
180 + " screen=" + screenId + " cellX=" + cellX + " cellY=" + cellY + " spanX=" + spanX