summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/ui
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-08-08 16:33:28 -0700
committerBobby Georgescu <georgescu@google.com>2012-08-09 11:32:24 -0700
commit15f32af5378a7afde1996c8dd5ccbd591fe2b9ad (patch)
tree95f48abc3cfd9686cd3167d294cf00cbe6796fd8 /tests/src/com/android/gallery3d/ui
parent103509d112e24814df5064522b8d7856fb969d09 (diff)
downloadandroid_packages_apps_Snap-15f32af5378a7afde1996c8dd5ccbd591fe2b9ad.tar.gz
android_packages_apps_Snap-15f32af5378a7afde1996c8dd5ccbd591fe2b9ad.tar.bz2
android_packages_apps_Snap-15f32af5378a7afde1996c8dd5ccbd591fe2b9ad.zip
First gallery reskin iteration.
Change-Id: I2b79ca9f40346a777141562c9a4762d7a8b460f6
Diffstat (limited to 'tests/src/com/android/gallery3d/ui')
-rw-r--r--tests/src/com/android/gallery3d/ui/GLCanvasStub.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/com/android/gallery3d/ui/GLCanvasStub.java b/tests/src/com/android/gallery3d/ui/GLCanvasStub.java
index 5f749d8fc..f30b57964 100644
--- a/tests/src/com/android/gallery3d/ui/GLCanvasStub.java
+++ b/tests/src/com/android/gallery3d/ui/GLCanvasStub.java
@@ -23,6 +23,7 @@ import javax.microedition.khronos.opengles.GL11;
public class GLCanvasStub implements GLCanvas {
public void setSize(int width, int height) {}
public void clearBuffer() {}
+ public void clearBuffer(float r, float g, float b, float a) {}
public void setCurrentAnimationTimeMillis(long time) {}
public long currentAnimationTimeMillis() {
throw new UnsupportedOperationException();