Loading packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +2 −4 Original line number Diff line number Diff line Loading @@ -485,14 +485,12 @@ public class ImageWallpaper extends WallpaperService { glDrawArrays(GL_TRIANGLE_STRIP, 0, 4); if (!mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) { throw new RuntimeException("Cannot swap buffers"); } boolean status = mEgl.eglSwapBuffers(mEglDisplay, mEglSurface); checkEglError(); finishGL(); return true; return status; } private FloatBuffer createMesh(int left, int top, float right, float bottom) { Loading Loading
packages/SystemUI/src/com/android/systemui/ImageWallpaper.java +2 −4 Original line number Diff line number Diff line Loading @@ -485,14 +485,12 @@ public class ImageWallpaper extends WallpaperService { glDrawArrays(GL_TRIANGLE_STRIP, 0, 4); if (!mEgl.eglSwapBuffers(mEglDisplay, mEglSurface)) { throw new RuntimeException("Cannot swap buffers"); } boolean status = mEgl.eglSwapBuffers(mEglDisplay, mEglSurface); checkEglError(); finishGL(); return true; return status; } private FloatBuffer createMesh(int left, int top, float right, float bottom) { Loading