Home | History | Annotate | Download | only in model

Lines Matching refs:cellX

171                 entry.cellX = newScreenId;
388 if ((item.cellX <= col && (item.spanX + item.cellX) > col)
391 if (item.cellX >= col) item.cellX --;
394 if (item.cellX > col) item.cellX --;
470 int myX = me.cellX;
489 me.cellX = x;
539 me.cellX = myX;
559 ((me.cellX - x) * (me.cellX - x) + (me.cellY - y) * (me.cellY - y));
572 me.cellX = newX;
585 me.cellX = myX;
679 Favorites.CELLX, // 2
691 final int indexCellX = c.getColumnIndexOrThrow(Favorites.CELLX);
704 entry.cellX = c.getInt(indexCellX);
854 return org.cellX == cellX && org.cellY == cellY && org.spanX == spanX &&
860 values.put(LauncherSettings.Favorites.CELLX, cellX);