Fix offsetTopAndBottom/LeftAndRight on ICS

On API Level 14-19, ViewCompat.offsetTopAndBottom/LeftAndRight was
invoking redraw even when the view is not visible. This caused
CoordinatorLayout to redraw itself every frame in some cases, such as
when an invisible FAB is anchored to some other view.

Bug: 30403598
Change-Id: I984df0fe958727ffefc7d3d9c08298292578c3bd
1 file changed