Home | History | Annotate | Download | only in launcher3

Lines Matching refs:cellX

242             mEmptyCell[0] = item.cellX;
341 int lhIndex = lhs.cellY * mNumCols + lhs.cellX;
342 int rhIndex = rhs.cellY * mNumCols + rhs.cellX;
352 if (item.cellX > maxX) {
353 maxX = item.cellX;
364 item.cellX = x;
524 item.cellX = emptyCell[0];
547 if (mContent.getChildAt(item.cellX, item.cellY) != null || item.cellX < 0 || item.cellY < 0
548 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) {
557 new CellLayout.LayoutParams(item.cellX, item.cellY, item.spanX, item.spanY);
806 info.cellX, info.cellY);
828 info.cellX, info.cellY, false);
998 lp.cellX = vacant[0];
1001 if (info.cellX != vacant[0] || info.cellY != vacant[1]) {
1002 info.cellX = vacant[0];
1005 info.cellX, info.cellY);
1058 mInfo.screenId, mInfo.cellX, mInfo.cellY);
1074 mInfo.cellX, mInfo.cellY, mInfo.spanX, mInfo.spanY);
1117 si.cellX = lp.cellX = mEmptyCell[0];
1118 si.cellX = lp.cellY = mEmptyCell[1];
1157 mLauncher, item, mInfo.id, 0, item.cellX, item.cellY);