Home | History | Annotate | Download | only in launcher2

Lines Matching refs:resultRect

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