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