Loading core/java/android/view/ViewOverlay.java +3 −1 Original line number Diff line number Diff line Loading @@ -179,8 +179,10 @@ public class ViewOverlay { public void clear() { removeAllViews(); if (mDrawables != null) { mDrawables.clear(); } } boolean isEmpty() { if (getChildCount() == 0 && Loading Loading
core/java/android/view/ViewOverlay.java +3 −1 Original line number Diff line number Diff line Loading @@ -179,8 +179,10 @@ public class ViewOverlay { public void clear() { removeAllViews(); if (mDrawables != null) { mDrawables.clear(); } } boolean isEmpty() { if (getChildCount() == 0 && Loading