Lines Matching refs:largeIcon
203 Bitmap largeIcon = getLargeIconToDisplay(context, entry, info.getCall()); in savePhoto() local
204 if (largeIcon != null) { in savePhoto()
205 largeIcon = getRoundedIcon(context, largeIcon); in savePhoto()
207 info.setLargeIcon(largeIcon); in savePhoto()
303 Bitmap largeIcon = null; in getLargeIconToDisplay() local
308 largeIcon = in getLargeIconToDisplay()
313 largeIcon = ((BitmapDrawable) contactInfo.photo).getBitmap(); in getLargeIconToDisplay()
315 return largeIcon; in getLargeIconToDisplay()
404 @Nullable private Bitmap largeIcon; field in ExternalCallNotifier.NotificationInfo
429 return largeIcon; in getLargeIcon()
432 public void setLargeIcon(@Nullable Bitmap largeIcon) { in setLargeIcon() argument
433 this.largeIcon = largeIcon; in setLargeIcon()