Lines Matching full:cellhspan
122 if (lp.cellHSpan < 0) lp.cellHSpan = mCellCountX;
416 public int cellHSpan;
441 cellHSpan = 1;
447 cellHSpan = 1;
453 cellHSpan = 1;
461 this.cellHSpan = source.cellHSpan;
465 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) {
469 this.cellHSpan = cellHSpan;
476 final int myCellHSpan = cellHSpan;
505 this.cellHSpan + ", " + this.cellVSpan + ")";