Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af4de20f authored by Aurélien Pomini's avatar Aurélien Pomini
Browse files

move glwallpaper to package wallpapers.gl

Test: Manual on mobile (try to download & attach a wallpaper, check that
nothing breaks)
Bug: 243402530

Change-Id: Ieeef9c7a28e63677716cd792b56cbb8d678daf10
parent 369f1b97
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@ import android.view.WindowManager;
import androidx.annotation.NonNull;

import com.android.internal.annotations.VisibleForTesting;
import com.android.systemui.glwallpaper.EglHelper;
import com.android.systemui.glwallpaper.ImageWallpaperRenderer;
import com.android.systemui.wallpapers.gl.EglHelper;
import com.android.systemui.wallpapers.gl.ImageWallpaperRenderer;

import java.io.FileDescriptor;
import java.io.PrintWriter;
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.systemui.glwallpaper;
package com.android.systemui.wallpapers.gl;

import static android.opengl.EGL14.EGL_ALPHA_SIZE;
import static android.opengl.EGL14.EGL_BLUE_SIZE;
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.systemui.glwallpaper;
package com.android.systemui.wallpapers.gl;

import android.util.Size;

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.systemui.glwallpaper;
package com.android.systemui.wallpapers.gl;

import static android.opengl.GLES20.GL_FRAGMENT_SHADER;
import static android.opengl.GLES20.GL_VERTEX_SHADER;
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.systemui.glwallpaper;
package com.android.systemui.wallpapers.gl;

import static android.opengl.GLES20.GL_FLOAT;
import static android.opengl.GLES20.GL_LINEAR;
Loading