Merge change 26676 into eclair

* changes:
  Use the software renderer for all apps for now.
This commit is contained in:
Android (Google) Code Review
2009-09-23 17:45:00 -04:00
+1 -1
View File
@@ -148,7 +148,7 @@ public class AllAppsView extends RSSurfaceView
long startTime = SystemClock.uptimeMillis();
mRS = createRenderScript(true);
mRS = createRenderScript(true, true);
mRollo = new RolloRS();
mRollo.init(getResources(), w, h);
if (mAllAppsList != null) {