Home | History | Annotate | Download | only in launcher2

Lines Matching refs:currentRect

1459                 Rect currentRect = mTempRectStack.pop();
1460 currentRect.set(x, y, x + xSize, y + ySize);
1463 if (r.contains(currentRect)) {
1468 validRegions.push(currentRect);
1473 currentRect.contains(bestRect)) {
1481 bestRect.set(currentRect);