Fix trackball selection on the desktop (not all apps, yet)

AllApps view is always visible (in the View sense), which was causing it
to take focus when it should not have. Changed Launcher to manually
turn on/off the focusability of AllApps as it appears/disappears.
This commit is contained in:
Mike Cleron
2009-10-19 17:03:36 -07:00
parent c1c521edf4
commit b6082fa019
2 changed files with 8 additions and 0 deletions

View File

@@ -374,6 +374,7 @@ public class AllAppsView extends RSSurfaceView
return mRollo.mMessageProc.mZoom > 0.001f;
}
/*
@Override
public boolean onTrackballEvent(MotionEvent ev)
{
@@ -386,6 +387,7 @@ public class AllAppsView extends RSSurfaceView
return true;
}
*/
public void setApps(ArrayList<ApplicationInfo> list) {
mAllAppsList = list;