HomeSort by relevance Sort by last modified time
    Searched defs:cellVSpan (Results 1 - 3 of 3) 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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 580 if (lp.cellVSpan < 0) lp.cellVSpan = mCountY;
    [all...]

Completed in 83 milliseconds