Home | History | Annotate | Download | only in app

Lines Matching defs:badge

2747          * badge atop the large icon).
2758 * badge atop the large icon).
3217 // Note: This assumes that the current user can read the profile badge of the
3224 Drawable badge = getProfileBadgeDrawable();
3225 if (badge == null) {
3232 badge.setBounds(0, 0, size, size);
3233 badge.draw(canvas);