Home | History | Annotate | Download | only in launcher2

Lines Matching refs:cellY

553             lp.cellY = y;
569 Log.w(TAG, "Failed to add to item at (" + lp.cellX + "," + lp.cellY + ") to CellLayout");
1942 int cellX, int cellY, boolean insertAtFirst, int intersectX, int intersectY) {
2098 mDragInfo.cellY == targetCell[1]) && (cellParent == target);
2123 destInfo.cellY = -1;
2125 sourceInfo.cellY = -1;
2265 lp.cellY = lp.tmpCellY = mTargetCell[1];
2301 lp.cellY);
2306 mTargetCell[1] = lp.cellY;
2909 int cellY;
2911 public FolderCreationAlarmListener(CellLayout layout, int cellX, int cellY) {
2914 this.cellY = cellY;
2921 mDragFolderRingAnimator.setCell(cellX, cellY);
3163 lp.cellX, lp.cellY);
3410 info.cellY, info.spanX, info.spanY);