Merge "Call through to super.removeallViews*()." into honeycomb

This commit is contained in:
Joe Onorato
2011-01-07 12:08:23 -08:00
committed by Android (Google) Code Review
@@ -646,11 +646,13 @@ public class CellLayout extends ViewGroup implements Dimmable {
@Override
public void removeAllViews() {
super.removeAllViews();
clearOccupiedCells();
}
@Override
public void removeAllViewsInLayout() {
super.removeAllViewsInLayout();
clearOccupiedCells();
}