Searched defs:cellHSpan (Results 1 – 3 of 3) sorted by relevance
51 public int cellHSpan; field in CellLayoutLayoutParams103 public CellLayoutLayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { in CellLayoutLayoutParams()
612 int cellHSpan = mLauncher.getDeviceProfile().inv.numSearchContainerColumns; in bindAndInitFirstWorkspaceScreen() local
2682 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) { in cellToRect()