Searched defs:cellVSpan (Results 1 – 2 of 2) sorted by relevance
57 public int cellVSpan; field in CellLayoutLayoutParams103 public CellLayoutLayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { in CellLayoutLayoutParams()
1798 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) { in cellToRect()