Merge "Fix save()/restore() issues in the OpenGL renderer."

This commit is contained in:
Romain Guy
2010-08-17 18:40:50 -07:00
committed by Android (Google) Code Review
8 changed files with 87 additions and 26 deletions

View File

@@ -111,8 +111,7 @@ public class ScrollBarDrawable extends Drawable {
}
Rect r = getBounds();
if (canvas.quickReject(r.left, r.top, r.right, r.bottom,
Canvas.EdgeType.AA)) {
if (canvas.quickReject(r.left, r.top, r.right, r.bottom, Canvas.EdgeType.AA)) {
return;
}
if (drawTrack) {