HomeSort by relevance Sort by last modified time
    Searched defs:cellVSpan (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 123 if (lp.cellVSpan < 0) lp.cellVSpan = mCellCountY;
422 public int cellVSpan;
442 cellVSpan = 1;
448 cellVSpan = 1;
454 cellVSpan = 1;
462 this.cellVSpan = source.cellVSpan;
465 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) {
470 this.cellVSpan = cellVSpan
    [all...]
CellLayout.java 591 if (lp.cellVSpan < 0) lp.cellVSpan = mCountY;
693 cellInfo.spanY = lp.cellVSpan;
    [all...]

Completed in 197 milliseconds