Home
last modified time | relevance | path

Searched refs:largeIcon (Results 1 – 4 of 4) sorted by relevance

/packages/apps/InCallUI/src/com/android/incallui/
DStatusBarNotifier.java215 Bitmap largeIcon = getLargeIconToDisplay(contactInfo, call); in buildAndSendNotification() local
228 if (!checkForChangeAndSaveData(iconResId, content, largeIcon, contentTitle, state, in buildAndSendNotification()
233 if (largeIcon != null) { in buildAndSendNotification()
234 largeIcon = getRoundedIcon(largeIcon); in buildAndSendNotification()
257 builder.setLargeIcon(largeIcon); in buildAndSendNotification()
316 private boolean checkForChangeAndSaveData(int icon, String content, Bitmap largeIcon, in checkForChangeAndSaveData() argument
328 (mCallState != state) || (mSavedLargeIcon != largeIcon) || in checkForChangeAndSaveData()
343 mSavedLargeIcon = largeIcon; in checkForChangeAndSaveData()
383 Bitmap largeIcon = null; in getLargeIconToDisplay() local
385 largeIcon = BitmapFactory.decodeResource(mContext.getResources(), in getLargeIconToDisplay()
[all …]
/packages/apps/FMRadio/src/com/android/fmradio/
DFmUtils.java298 Bitmap largeIcon = Bitmap.createBitmap(iconLayout.getDrawingCache()); in createNotificationLargeIcon() local
300 return largeIcon; in createNotificationLargeIcon()
DFmRecordActivity.java173 Bitmap largeIcon = FmUtils.createNotificationLargeIcon(mContext, in updateRecordingNotification() local
180 .setLargeIcon(largeIcon) in updateRecordingNotification()
DFmService.java1787 Bitmap largeIcon = FmUtils.createNotificationLargeIcon(mContext, in showPlayingNotification() local
1789 mNotificationBuilder.setLargeIcon(largeIcon); in showPlayingNotification()