Lines Matching refs:largeIcon
288 Bitmap largeIcon = getLargeIconToDisplay(context, contactInfo, call); in buildAndSendNotification() local
322 largeIcon, in buildAndSendNotification()
333 if (largeIcon != null) { in buildAndSendNotification()
334 largeIcon = getRoundedIcon(largeIcon); in buildAndSendNotification()
397 builder.setLargeIcon(largeIcon); in buildAndSendNotification()
486 Bitmap largeIcon, in checkForChangeAndSaveData() argument
503 largeIconChanged = largeIcon != null; in checkForChangeAndSaveData()
505 largeIconChanged = largeIcon == null || !savedLargeIcon.sameAs(largeIcon); in checkForChangeAndSaveData()
546 savedLargeIcon = largeIcon; in checkForChangeAndSaveData()
598 Bitmap largeIcon = null; in getLargeIconToDisplay() local
600 largeIcon = ((BitmapDrawable) contactInfo.photo).getBitmap(); in getLargeIconToDisplay()
620 largeIcon = lettertile.getBitmap(width, height); in getLargeIconToDisplay()
625 largeIcon = DrawableConverter.drawableToBitmap(drawable); in getLargeIconToDisplay()
628 return largeIcon; in getLargeIconToDisplay()