Searched refs:badged (Results 1 – 8 of 8) sorted by relevance
166 final WorkspaceItemInfo badged = new WorkspaceItemInfo(mInfo); in getFinalInfo() local170 .updateAndBindWorkspaceItem(badged, mDetail); in getFinalInfo()171 return badged; in getFinalInfo()
41 // Whether the photo should be badged as video call.44 // Whether the photo should be badged as RTT call.
230 Drawable badged = mPm.getUserBadgedIcon(drawable, user); in createBadgedIconBitmap() local231 if (badged instanceof BitmapDrawable) { in createBadgedIconBitmap()232 bitmap = ((BitmapDrawable) badged).getBitmap(); in createBadgedIconBitmap()234 bitmap = createIconBitmap(badged, 1f); in createBadgedIconBitmap()
227 Drawable badged = mPm.getUserBadgedIcon(drawable, user); in createUserBadgedIconBitmap() local228 if (badged instanceof BitmapDrawable) { in createUserBadgedIconBitmap()229 result = ((BitmapDrawable) badged).getBitmap(); in createUserBadgedIconBitmap()231 result = createIconBitmap(badged, 1f); in createUserBadgedIconBitmap()
89 public boolean badged; field in NotificationStation.HistoricalNotificationInfo411 info.badged = info.user != ActivityManager.getCurrentUser(); in createFromSbn()733 profileBadge.setVisibility(info.badged ? View.VISIBLE : View.GONE); in updatePreference()