Searched refs:resultRect (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | CellLayout.java | 2877 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) { in cellToRect() argument 2892 resultRect.set(x, y, x + width, y + height); in cellToRect()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | CellLayout.java | 2964 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) { in cellToRect() argument 2979 resultRect.set(x, y, x + width, y + height); in cellToRect()
|