Turn on HW rendering for AllApps.

This commit is contained in:
Jason Sams
2009-09-27 14:01:40 -07:00
parent 8e099e208e
commit 05de32aec2
+1 -1
View File
@@ -155,7 +155,7 @@ public class AllAppsView extends RSSurfaceView
long startTime = SystemClock.uptimeMillis();
mRS = createRenderScript(true, true);
mRS = createRenderScript(true);
mRollo = new RolloRS();
mRollo.init(getResources(), w, h);
if (mAllAppsList != null) {