Lines Matching defs:cellX
101 if (lp.cellX >= 0 && lp.cellX <= (mCellCountX - 1) &&387 public int cellX;442 this.cellX = source.cellX;448 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) {450 this.cellX = cellX;462 final int myCellX = cellX;488 return "(" + this.cellX + ", " + this.cellY + ", " +