Lines Matching refs:cellY
224 mEmptyCell[1] = item.cellY;
524 item.cellY = emptyCell[1];
546 if (mContent.getChildAt(item.cellX, item.cellY) != null || item.cellX < 0 || item.cellY < 0
547 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) {
554 new CellLayout.LayoutParams(item.cellX, item.cellY, item.spanX, item.spanY);
728 info.cellX, info.cellY);
874 lp.cellY = vacant[1];
876 if (info.cellX != vacant[0] || info.cellY != vacant[1]) {
878 info.cellY = vacant[1];
880 info.cellX, info.cellY);
934 mInfo.screen, mInfo.cellX, mInfo.cellY);
944 mInfo.cellY, mInfo.spanX, mInfo.spanY);
977 si.cellX = lp.cellY = mEmptyCell[1];
1003 mLauncher, item, mInfo.id, 0, item.cellX, item.cellY);