Fix notification bar performance.

Bug 2195678

We had all this stuff there to keep the notification view
around so it doesn't need to be reconstructed each time,
and we weren't using it.  This fixes that, and it looks
much better now.
This commit is contained in:
Joe Onorato
2009-11-02 16:20:44 -05:00
parent 9efd523c46
commit 0d7dc3b800
2 changed files with 9 additions and 7 deletions

View File

@@ -55,8 +55,6 @@ public class TrackingPatternView extends View {
final int textureWidth = mTextureWidth;
final int textureHeight = mTextureHeight;
Log.d("TrackingPatternView", "width=" + width + " textureWidth=" + textureWidth);
int x = 0;
int y;