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 112 if (lp.cellVSpan < 0) lp.cellVSpan = mCellCountY;
411 public int cellVSpan;
431 cellVSpan = 1;
437 cellVSpan = 1;
443 cellVSpan = 1;
451 this.cellVSpan = source.cellVSpan;
454 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) {
459 this.cellVSpan = cellVSpan
    [all...]
CellLayout.java 640 if (lp.cellVSpan < 0) lp.cellVSpan = mCountY;
742 cellInfo.spanY = lp.cellVSpan;
    [all...]

Completed in 107 milliseconds