Searched defs:InboxStyle (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java298 * Notification extras key: An array of CharSequences to show in {@link InboxStyle} expanded
299 * notifications, each of which was supplied to {@link InboxStyle#addLine(CharSequence)}.
809 } else if (style instanceof InboxStyle) {
810 InboxStyle inboxStyle = (InboxStyle) style;
1752 * .setStyle(new Notification.InboxStyle()
1762 public static class InboxStyle extends Style { class in class:NotificationCompat
1765 public InboxStyle() { method in class:NotificationCompat.InboxStyle
1768 public InboxStyle(Builder builder) { method in class:NotificationCompat.InboxStyle
1776 public InboxStyle setBigContentTitl
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java806 * {@link #extras} key: An array of CharSequences to show in {@link InboxStyle} expanded
807 * notifications, each of which was supplied to {@link InboxStyle#addLine(CharSequence)}.
3532 BigTextStyle.class, BigPictureStyle.class, InboxStyle.class, MediaStyle.class};
4179 * Here's how you'd set the <code>InboxStyle</code> on a notification:
4186 * .setStyle(new Notification.InboxStyle()
4196 public static class InboxStyle extends Style { class in class:Notification
4199 public InboxStyle() { method in class:Notification.InboxStyle
4202 public InboxStyle(Builder builder) { method in class:Notification.InboxStyle
4210 public InboxStyle setBigContentTitle(CharSequence title) {
4218 public InboxStyle setSummaryTex
[all...]

Completed in 209 milliseconds