summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2012-08-23 13:05:53 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-08-24 17:12:44 -0700
commit915c2c5b2c367df71599370613af0924bd7c4887 (patch)
tree4e68e3a30a60c30d167d49663a612568a5009c0b /tests/src
parent1e16dd6bdaa2ef99539f60e051a816f4ce9f3a3f (diff)
downloadandroid_packages_apps_Gallery2-915c2c5b2c367df71599370613af0924bd7c4887.tar.gz
android_packages_apps_Gallery2-915c2c5b2c367df71599370613af0924bd7c4887.tar.bz2
android_packages_apps_Gallery2-915c2c5b2c367df71599370613af0924bd7c4887.zip
Ongoing reskin of Gallery app
Bug: 7050303 Moved the majority of color settings from hardcoded to colors.xml in order to allow rapid iteration with UX input. Started changing some colors and layouts to reflect latest UX mocks. Change-Id: I300338e9f75c71f3ed3f36140d16e893387f3184
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/com/android/gallery3d/ui/GLCanvasStub.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/gallery3d/ui/GLCanvasStub.java b/tests/src/com/android/gallery3d/ui/GLCanvasStub.java
index f30b57964..2f2d753e0 100644
--- a/tests/src/com/android/gallery3d/ui/GLCanvasStub.java
+++ b/tests/src/com/android/gallery3d/ui/GLCanvasStub.java
@@ -23,7 +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 clearBuffer(float[] argb) {}
public void setCurrentAnimationTimeMillis(long time) {}
public long currentAnimationTimeMillis() {
throw new UnsupportedOperationException();