Simplifying logic to create/destroy hardware layers in All Apps

Bug # 3422984
This commit is contained in:
Michael Jurka
2011-02-16 12:04:02 -08:00
parent aefd4e1f51
commit c5e49022be
3 changed files with 2 additions and 14 deletions

View File

@@ -141,6 +141,7 @@ public class PagedViewCellLayout extends ViewGroup implements Page {
public void removeAllViewsOnPage() {
mChildren.removeAllViews();
mHolographicChildren.removeAllViews();
destroyHardwareLayers();
}
@Override