Home | History | Annotate | Download | only in launcher2

Lines Matching refs:cellX

226             mEmptyCell[0] = item.cellX;
325 int lhIndex = lhs.cellY * mNumCols + lhs.cellX;
326 int rhIndex = rhs.cellY * mNumCols + rhs.cellX;
336 if (item.cellX > maxX) {
337 maxX = item.cellX;
348 item.cellX = x;
513 item.cellX = emptyCell[0];
537 if (mContent.getChildAt(item.cellX, item.cellY) != null || item.cellX < 0 || item.cellY < 0
538 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) {
547 new CellLayout.LayoutParams(item.cellX, item.cellY, item.spanX, item.spanY);
743 info.cellX, info.cellY);
895 lp.cellX = vacant[0];
898 if (info.cellX != vacant[0] || info.cellY != vacant[1]) {
899 info.cellX = vacant[0];
902 info.cellX, info.cellY);
955 mInfo.screen, mInfo.cellX, mInfo.cellY);
970 mInfo.cellX, mInfo.cellY, mInfo.spanX, mInfo.spanY);
1013 si.cellX = lp.cellX = mEmptyCell[0];
1014 si.cellX = lp.cellY = mEmptyCell[1];
1053 mLauncher, item, mInfo.id, 0, item.cellX, item.cellY);