Searched defs:largeIcon (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
H A DExternalCallNotifier.java205 Bitmap largeIcon = getLargeIconToDisplay(context, entry, info.getCall());
206 if (largeIcon != null) {
207 largeIcon = getRoundedIcon(context, largeIcon);
209 info.setLargeIcon(largeIcon);
305 Bitmap largeIcon = null;
310 largeIcon =
315 largeIcon = ((BitmapDrawable) contactInfo.photo).getBitmap();
317 return largeIcon;
410 @Nullable private Bitmap largeIcon; field in class:ExternalCallNotifier.NotificationInfo
438 setLargeIcon(@ullable Bitmap largeIcon) argument
[all...]
H A DStatusBarNotifier.java281 Bitmap largeIcon = getLargeIconToDisplay(context, contactInfo, call);
314 largeIcon,
325 if (largeIcon != null) {
326 largeIcon = getRoundedIcon(largeIcon);
389 builder.setLargeIcon(largeIcon);
477 Bitmap largeIcon,
494 largeIconChanged = largeIcon != null;
496 largeIconChanged = largeIcon == null || !savedLargeIcon.sameAs(largeIcon);
474 checkForChangeAndSaveData( int icon, String content, Bitmap largeIcon, String contentTitle, int state, int videoState, int notificationType, Uri ringtone, CallAudioState callAudioState) argument
[all...]
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
H A DBaseTunerSetupActivity.java366 Bitmap largeIcon =
368 sendRecommendationCard(context, contentTitle, contentText, largeIcon);
403 Context context, String contentTitle, String contentText, Bitmap largeIcon) {
413 .setLargeIcon(largeIcon)
402 sendRecommendationCard( Context context, String contentTitle, String contentText, Bitmap largeIcon) argument

Completed in 64 milliseconds