Skip to content

Commit

Permalink
Disable trackball pulsing for now.
Browse files Browse the repository at this point in the history
Change-Id: Ib7d75533045a6e8c69f0531f8d783b9f33160e00
  • Loading branch information
hyperb1iss committed Jun 24, 2010
1 parent 2684d4f commit 0b7ef55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/com/android/wallpaper/nexus/NexusRS.java
Original file line number Diff line number Diff line change
Expand Up @@ -416,14 +416,15 @@ public Bundle onCommand(String action, int x, int y, int z, Bundle extras,
int colorB = (int) (mPreset.color0b * 255.0);

int colorValue = Color.rgb(colorR, colorG, colorB);

/*
try {
// flash the trackball on tap
hardware.pulseBreathingLightColor(colorValue);
} catch (RemoteException re) {
Log.e("NexusLWP", "Could not preview LED color", re);
}
*/
sendCommand(1, x, y);
} else if ("android.home.drop".equals(action)) {
sendCommand(2, x, y);
Expand Down

0 comments on commit 0b7ef55

Please sign in to comment.