Home | History | Annotate | Download | only in notification

Lines Matching refs:largeIcon

211      *     <li>{@link Notification#largeIcon largeIcon}</li>
329 * {@link android.app.Notification#largeIcon}. However, all other fields on
350 * {@link android.app.Notification#largeIcon}. However, all other fields on
375 largeIcon}. However, all other fields on
1125 Icon largeIcon = n.getLargeIcon();
1130 if (largeIcon != null) {
1131 Drawable d = largeIcon.loadDrawable(getContext());
1135 n.largeIcon = largeIconBits;