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
+1 -1
View File
@@ -31,7 +31,7 @@ public interface AllAppsView {
public boolean isVisible();
public boolean isOpaque();
public boolean isAnimating();
public void setApps(ArrayList<ApplicationInfo> list);