Home | History | Annotate | Download | only in launcher2

Lines Matching refs:cellY

227             mEmptyCell[1] = item.cellY;
325 int lhIndex = lhs.cellY * mNumCols + lhs.cellX;
326 int rhIndex = rhs.cellY * mNumCols + rhs.cellX;
349 item.cellY = y;
514 item.cellY = emptyCell[1];
534 if (mContent.getChildAt(item.cellX, item.cellY) != null || item.cellX < 0 || item.cellY < 0
535 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) {
544 new CellLayout.LayoutParams(item.cellX, item.cellY, item.spanX, item.spanY);
740 info.cellX, info.cellY);
893 lp.cellY = vacant[1];
895 if (info.cellX != vacant[0] || info.cellY != vacant[1]) {
897 info.cellY = vacant[1];
899 info.cellX, info.cellY);
952 mInfo.screen, mInfo.cellX, mInfo.cellY);
967 mInfo.cellX, mInfo.cellY, mInfo.spanX, mInfo.spanY);
1011 si.cellX = lp.cellY = mEmptyCell[1];
1050 mLauncher, item, mInfo.id, 0, item.cellX, item.cellY);