Lines Matching refs:largeIcon
284 Bitmap largeIcon = getLargeIconToDisplay(context, contactInfo, call); in buildAndSendNotification() local
318 largeIcon, in buildAndSendNotification()
329 if (largeIcon != null) { in buildAndSendNotification()
330 largeIcon = getRoundedIcon(largeIcon); in buildAndSendNotification()
393 builder.setLargeIcon(largeIcon); in buildAndSendNotification()
482 Bitmap largeIcon, in checkForChangeAndSaveData() argument
499 largeIconChanged = largeIcon != null; in checkForChangeAndSaveData()
501 largeIconChanged = largeIcon == null || !savedLargeIcon.sameAs(largeIcon); in checkForChangeAndSaveData()
542 savedLargeIcon = largeIcon; in checkForChangeAndSaveData()
594 Bitmap largeIcon = null; in getLargeIconToDisplay() local
596 largeIcon = ((BitmapDrawable) contactInfo.photo).getBitmap(); in getLargeIconToDisplay()
616 largeIcon = lettertile.getBitmap(width, height); in getLargeIconToDisplay()
621 largeIcon = DrawableConverter.drawableToBitmap(drawable); in getLargeIconToDisplay()
624 return largeIcon; in getLargeIconToDisplay()