Searched refs:newUserIcon (Results 1 – 2 of 2) sorted by relevance
70 var newUserIcon = userIcon regex72 if (newUserIcon == null) {73 newUserIcon = UserIcons.getDefaultUserIcon(res, user.id, false)77 UserIcons.convertToBitmapAtUserIconSize(res, newUserIcon)
188 Drawable newUserIcon = mEditUserPhotoController != null in buildDialog()191 Drawable userIcon = newUserIcon != null in buildDialog()192 ? newUserIcon in buildDialog()