Home | History | Annotate | Download | only in launcher3

Lines Matching refs:cellX

73     public int cellX = -1;
134 cellX = info.cellX;
160 values.put(LauncherSettings.Favorites.CELLX, cellX);
173 void updateValuesWithCoordinates(ContentValues values, int cellX, int cellY) {
174 values.put(LauncherSettings.Favorites.CELLX, cellX);
213 + " screen=" + screenId + " cellX=" + cellX + " cellY=" + cellY + " spanX=" + spanX