Searched refs:resultRect (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java2596 * @param resultRect Rect into which to put the results
2598 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) { argument
2613 resultRect.set(x, y, x + width, y + height);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java2962 * @param resultRect Rect into which to put the results
2964 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) { argument
2979 resultRect.set(x, y, x + width, y + height);

Completed in 80 milliseconds