Home | History | Annotate | Download | only in launcher2

Lines Matching refs:cellHSpan

111             if (lp.cellHSpan < 0) lp.cellHSpan = mCellCountX;
405 public int cellHSpan;
430 cellHSpan = 1;
436 cellHSpan = 1;
442 cellHSpan = 1;
450 this.cellHSpan = source.cellHSpan;
454 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) {
458 this.cellHSpan = cellHSpan;
465 final int myCellHSpan = cellHSpan;
494 this.cellHSpan + ", " + this.cellVSpan + ")";