Home | History | Annotate | Download | only in launcher2

Lines Matching refs:resultRect

2657      * @param resultRect Rect into which to put the results
2659 public void cellToRect(int cellX, int cellY, int cellHSpan, int cellVSpan, Rect resultRect) {
2674 resultRect.set(x, y, x + width, y + height);