Home | History | Annotate | Download | only in launcher3

Lines Matching refs:cellY

243             mEmptyCell[1] = item.cellY;
341 int lhIndex = lhs.cellY * mNumCols + lhs.cellX;
342 int rhIndex = rhs.cellY * mNumCols + rhs.cellX;
365 item.cellY = y;
525 item.cellY = emptyCell[1];
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);
999 lp.cellY = vacant[1];
1001 if (info.cellX != vacant[0] || info.cellY != vacant[1]) {
1003 info.cellY = vacant[1];
1005 info.cellX, info.cellY);
1058 mInfo.screenId, mInfo.cellX, mInfo.cellY);
1074 mInfo.cellX, mInfo.cellY, mInfo.spanX, mInfo.spanY);
1118 si.cellX = lp.cellY = mEmptyCell[1];
1157 mLauncher, item, mInfo.id, 0, item.cellX, item.cellY);