Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80246dbd authored by Chris Craik's avatar Chris Craik Committed by Android Git Automerger
Browse files

am 57fc8122: am addc906f: Merge "Force clipping on layers that fail to be...

am 57fc8122: am addc906f: Merge "Force clipping on layers that fail to be allocated" into jb-mr2-dev

* commit '57fc8122':
  Force clipping on layers that fail to be allocated
parents 93b7e769 57fc8122
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13807,7 +13807,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
        }
        if ((flags & ViewGroup.FLAG_CLIP_CHILDREN) == ViewGroup.FLAG_CLIP_CHILDREN &&
                !useDisplayListProperties && layerType == LAYER_TYPE_NONE) {
                !useDisplayListProperties && cache == null) {
            if (offsetForScroll) {
                canvas.clipRect(sx, sy, sx + (mRight - mLeft), sy + (mBottom - mTop));
            } else {