isOpaque is not appropriate for AllAppsTabbed; replace with isAnimating().

This commit is contained in:
Patrick Dubroy
2010-07-26 15:23:26 -07:00
parent 13f011e352
commit ff5f040de1
5 changed files with 12 additions and 13 deletions
@@ -91,6 +91,11 @@ public class AllAppsTabbed extends TabHost implements AllAppsView {
return mAllApps2D.isVisible();
}
@Override
public boolean isAnimating() {
return (getAnimation() != null);
}
@Override
public void setApps(ArrayList<ApplicationInfo> list) {
mAllApps2D.setApps(list);