summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2011-10-07 15:30:12 -0700
committerAdam Powell <adamp@google.com>2011-10-07 15:30:12 -0700
commitf3761e4ca74e0bd6a10eb3042e2d5f784a164d6a (patch)
tree3ac0c4bd94c0dcea21d39cf75b9d7d5cc47533b1 /src
parent8810182edad49e8415b327b29cc2113304c6ea55 (diff)
downloadPhaseBeam-f3761e4ca74e0bd6a10eb3042e2d5f784a164d6a.tar.gz
Add butter to PhaseBeam
With the current setup updating PhaseBeam offsets has severe framerate implications. Temporarily disable this until it can be addressed. Change-Id: Ia96c1767ebf5473af16d6791307e29ddc29a32d3
Diffstat (limited to 'src')
-rw-r--r--src/com/android/phasebeam/PhaseBeamWallpaper.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/phasebeam/PhaseBeamWallpaper.java b/src/com/android/phasebeam/PhaseBeamWallpaper.java
index 2e6cfbd..5f8ea73 100644
--- a/src/com/android/phasebeam/PhaseBeamWallpaper.java
+++ b/src/com/android/phasebeam/PhaseBeamWallpaper.java
@@ -108,7 +108,8 @@ public class PhaseBeamWallpaper extends WallpaperService {
@Override
public void onOffsetsChanged(float xOffset, float yOffset, float xOffsetStep,
float yOffsetStep, int xPixelOffset, int yPixelOffset) {
- mWallpaperRS.setOffset(xOffset, yOffset, xPixelOffset, yPixelOffset);
+ // TODO: Uncomment this once we can work out framerate issues
+ //mWallpaperRS.setOffset(xOffset, yOffset, xPixelOffset, yPixelOffset);
}
}
} \ No newline at end of file