Hide the workspace when launching AllApps2D.

Boosts performance and squashes some weird focus issues.

(Also: fix builds with AllApps3D)

Change-Id: Id1c4628e119c950dced9d3383993674f3d6b9a1c
This commit is contained in:
Daniel Sandler
2010-03-03 15:05:19 -05:00
parent 388f679aa4
commit c351eb8b6a
3 changed files with 33 additions and 13 deletions
@@ -51,6 +51,10 @@ import java.util.Comparator;
public interface AllAppsView {
public interface Watcher {
public void zoomed(float zoom);
};
public void setLauncher(Launcher launcher);
public void setDragController(DragController dragger);