systemui: enable GL rendering of launch background
Only affect high end devices Change-Id: I5fa2b646c2c4d4350fb4fc1042741c981ebb30bb Signed-off-by: Erik Gilling <konkers@android.com>
This commit is contained in:
@@ -58,7 +58,7 @@ public class ImageWallpaper extends WallpaperService {
|
||||
private static final boolean DEBUG = false;
|
||||
|
||||
static final boolean FIXED_SIZED_SURFACE = true;
|
||||
static final boolean USE_OPENGL = false;
|
||||
static final boolean USE_OPENGL = true;
|
||||
|
||||
WallpaperManager mWallpaperManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user