Lines Matching refs:cellY
255 mEmptyCell[1] = item.cellY; in onLongClick()
353 int lhIndex = lhs.cellY * mNumCols + lhs.cellX; in compare()
354 int rhIndex = rhs.cellY * mNumCols + rhs.cellX; in compare()
377 item.cellY = y; in placeInReadingOrder()
571 mEmptyCell[1] = item.cellY; in beginExternalDrag()
634 item.cellY = emptyCell[1]; in findAndSetEmptyCells()
652 if (mContent.getChildAt(item.cellX, item.cellY) != null || item.cellX < 0 || item.cellY < 0 in createAndAddShortcut()
653 || item.cellX >= mContent.getCountX() || item.cellY >= mContent.getCountY()) { in createAndAddShortcut()
662 new CellLayout.LayoutParams(item.cellX, item.cellY, item.spanX, item.spanY); in createAndAddShortcut()
923 info.cellX, info.cellY); in updateItemLocationsInDatabase()
945 info.cellX, info.cellY, false); in addItemLocationsInDatabase()
1126 lp.cellY = vacant[1]; in arrangeChildren()
1128 if (info.cellX != vacant[0] || info.cellY != vacant[1]) { in arrangeChildren()
1130 info.cellY = vacant[1]; in arrangeChildren()
1132 info.cellX, info.cellY); in arrangeChildren()
1185 mInfo.screenId, mInfo.cellX, mInfo.cellY); in replaceFolderWithFinalItem()
1204 mInfo.cellX, mInfo.cellY, mInfo.spanX, mInfo.spanY); in replaceFolderWithFinalItem()
1254 si.cellY = mEmptyCell[1]; in onDrop()
1259 mLauncher, si, mInfo.id, 0, si.cellX, si.cellY); in onDrop()
1272 si.cellX = lp.cellY = mEmptyCell[1]; in onDrop()
1326 mLauncher, item, mInfo.id, 0, item.cellX, item.cellY); in onAdd()