Home | History | Annotate | Download | only in app

Lines Matching defs:badge

271      * badge icon in Launchers that support badging.
1306 * If this notification is being shown as a badge, always show as a number.
1311 * If this notification is being shown as a badge, use the {@link #getSmallIcon()} to
1317 * If this notification is being shown as a badge, use the {@link #getLargeIcon()} to
3332 * Sets which icon to display as a badge for this notification.
3337 * Note: This value might be ignored, for launchers that don't support badge icons.
3604 * Sets the number of items this notification represents. May be displayed as a badge count
3761 * badge atop the large icon).
3772 * badge atop the large icon).
4291 // Note: This assumes that the current user can read the profile badge of the
4298 Drawable badge = getProfileBadgeDrawable();
4299 if (badge == null) {
4306 badge.setBounds(0, 0, size, size);
4307 badge.draw(canvas);