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
Loading
Please register or sign in to comment