Home | History | Annotate | Download | only in drawable

Lines Matching defs:badge

45  * Converts the user avatar icon to a circularly clipped one with an optional badge and frame
51 private Bitmap mBitmap; // baked representation. Required for transparent border around badge
74 * Gets the system default managed-user badge as a drawable. This drawable is tint-able.
79 * @return drawable containing just the badge
155 public UserIconDrawable setBadge(Drawable badge) {
156 mBadge = badge;
173 Drawable badge = null;
177 badge = getDrawableForDisplayDensity(
180 return setBadge(badge);
194 * Sets global padding of icon/frame. Doesn't effect the badge.