Possibly fix IllegalArgumentException for dodge insets

Using intersect for the check is actually incorrect,
since we want the resulting rect to be within the
view's bounds, therefore contains() is more appropriate.

Also added more debug info to the exception in case this
doesn't fix it.

Test: haven't been able to repro
BUG: 31528047
Change-Id: I4e72e3f8788b98d9234eb2ed4366045e29f1d72e
1 file changed