Lines Matching refs:icon
414 // Draw icon in the center.
416 Drawable icon = info.getIcon(launcher, mIconCache);
417 if (icon != null) {
422 icon = mutateOnMainThread(icon);
425 icon.setBounds(hoffset, yoffset, hoffset + iconSize, yoffset + iconSize);
426 icon.draw(c);
484 Bitmap icon = LauncherIcons.createScaledBitmapWithoutShadow(
486 Rect src = new Rect(0, 0, icon.getWidth(), icon.getHeight());
490 c.drawBitmap(icon, src, boxRect, p);