Home | History | Annotate | Download | only in launcher2

Lines Matching refs:resultRect

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