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

Merge commit 'b7fac1a57d00afb1a3a355fd563403dd3b1d8709' into eclair-mr2-plus-aosp

* commit 'b7fac1a57d00afb1a3a355fd563403dd3b1d8709':
  Tweak the shape/size of the all apps selection glow.
This commit is contained in:
Joe Onorato
2009-11-02 09:03:35 -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 {