From 0b7ef55a79044b928e97a919a4fbf777c300f788 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Thu, 24 Jun 2010 00:10:20 -0400 Subject: [PATCH] Disable trackball pulsing for now. Change-Id: Ib7d75533045a6e8c69f0531f8d783b9f33160e00 --- src/com/android/wallpaper/nexus/NexusRS.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/android/wallpaper/nexus/NexusRS.java b/src/com/android/wallpaper/nexus/NexusRS.java index 395d5e8..591eed4 100644 --- a/src/com/android/wallpaper/nexus/NexusRS.java +++ b/src/com/android/wallpaper/nexus/NexusRS.java @@ -416,7 +416,7 @@ 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); @@ -424,6 +424,7 @@ public Bundle onCommand(String action, int x, int y, int z, Bundle extras, } 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);