Searched defs:cellVSpan (Results 1 – 2 of 2) sorted by relevance
2592 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) { in cellToRect()2693 public int cellVSpan; field in CellLayout.LayoutParams2736 public LayoutParams(int cellX, int cellY, int cellHSpan, int cellVSpan) { in LayoutParams()
565 int cellVSpan = FeatureFlags.EXPANDED_SMARTSPACE.get() in bindAndInitFirstWorkspaceScreen() local