Searched refs:largeIcon (Results 1 – 4 of 4) sorted by relevance
/packages/apps/InCallUI/src/com/android/incallui/ |
D | StatusBarNotifier.java | 215 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/ |
D | FmUtils.java | 298 Bitmap largeIcon = Bitmap.createBitmap(iconLayout.getDrawingCache()); in createNotificationLargeIcon() local 300 return largeIcon; in createNotificationLargeIcon()
|
D | FmRecordActivity.java | 173 Bitmap largeIcon = FmUtils.createNotificationLargeIcon(mContext, in updateRecordingNotification() local 180 .setLargeIcon(largeIcon) in updateRecordingNotification()
|
D | FmService.java | 1787 Bitmap largeIcon = FmUtils.createNotificationLargeIcon(mContext, in showPlayingNotification() local 1789 mNotificationBuilder.setLargeIcon(largeIcon); in showPlayingNotification()
|