am a4c0cb96: Tweak the shape/size of the all apps selection glow.

Merge commit 'a4c0cb965575b7a0832d92bc0b33e06c7c66cb10' into eclair-mr2

* commit 'a4c0cb965575b7a0832d92bc0b33e06c7c66cb10':
  Tweak the shape/size of the all apps selection glow.
This commit is contained in:
Joe Onorato
2009-11-02 08:54:41 -08:00
committed by Android Git Automerger
+2 -2
View File
@@ -338,9 +338,9 @@ final class Utilities {
sIconWidth = sIconHeight = (int) resources.getDimension(android.R.dimen.app_icon_size);
sIconTextureWidth = sIconTextureHeight = roundToPow2(sIconWidth);
sBlurPaint.setMaskFilter(new BlurMaskFilter(4 * density, BlurMaskFilter.Blur.NORMAL));
sBlurPaint.setMaskFilter(new BlurMaskFilter(5 * density, BlurMaskFilter.Blur.NORMAL));
sGlowColorPaint.setColor(0xffff9000);
sGlowColorPaint.setMaskFilter(TableMaskFilter.CreateClipTable(0, 64));
sGlowColorPaint.setMaskFilter(TableMaskFilter.CreateClipTable(0, 30));
}
static class BubbleText {