am 648337b3: Merge "Fix a bug where late-invalidating views with animations would be held for too long by ViewRootImpl" into jb-dev

* commit '648337b3a8024b22a77977024cdf171f83999d56':
  Fix a bug where late-invalidating views with animations would be held for too long by ViewRootImpl
This commit is contained in:
Adam Powell
2012-05-16 17:50:47 -07:00
committed by Android Git Automerger

View File

@@ -4469,6 +4469,7 @@ public final class ViewRootImpl implements ViewParent,
for (int i = 0; i < viewCount; i++) {
mTempViews[i].invalidate();
mTempViews[i] = null;
}
for (int i = 0; i < viewRectCount; i++) {