Home | History | Annotate | Download | only in drawable

Lines Matching defs:badge

42  * Converts the user avatar icon to a circularly clipped one with an optional badge and frame
48 private Bitmap mBitmap; // baked representation. Required for transparent border around badge
71 * Gets the system default managed-user badge as a drawable
73 * @return drawable containing just the badge
144 public UserIconDrawable setBadge(Drawable badge) {
145 mBadge = badge;
162 Drawable badge = null;
166 badge = getManagedUserBadgeDrawable(context);
168 return setBadge(badge);
182 * Sets global padding of icon/frame. Doesn't effect the badge.