Commits

Doris Liu authored 9607fbe9d70
Fix calls to Rect.intersect() in package android.view This CL checks for the return value for Rect.intersect() for whether there is actually an intersection before taking the return intersected rect. In the case of no intersection (Rect.intersect() returns false), an empty rect will be used as the intersection. bug: 7368679 Change-Id: Ib874345210c8f62550627544d717e958d46cfe13