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
This commit is contained in:
Aurélien Pomini
2022-08-22 12:45:37 +00:00
parent 369f1b973e
commit af4de20faa
9 changed files with 10 additions and 10 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.systemui.glwallpaper;
package com.android.systemui.wallpapers.gl;
import android.util.Size;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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_COLOR_BUFFER_BIT;
import static android.opengl.GLES20.glClear;

View File

@@ -41,7 +41,7 @@ import android.view.DisplayInfo;
import android.view.SurfaceHolder;
import com.android.systemui.SysuiTestCase;
import com.android.systemui.glwallpaper.ImageWallpaperRenderer;
import com.android.systemui.wallpapers.gl.ImageWallpaperRenderer;
import org.junit.Before;
import org.junit.Ignore;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.systemui.glwallpaper;
package com.android.systemui.wallpapers.gl;
import static com.google.common.truth.Truth.assertThat;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.systemui.glwallpaper;
package com.android.systemui.wallpapers.gl;
import static com.google.common.truth.Truth.assertThat;