Home | History | Annotate | Download | only in app

Lines Matching defs:setStyle

1408         public Builder setStyle(Style style) {
1665 mBuilder.setStyle(this);
1970 * .setStyle(new Notification.BigPictureStyle()
2059 * .setStyle(new Notification.BigTextStyle()
2147 * .setStyle(new Notification.MessagingStyle(resources.getString(R.string.reply_name))
2795 * .setStyle(new Notification.InboxStyle()
2874 * {@link NotificationCompat.Builder#setStyle(Style)} like so:
2880 * .setStyle(<b>new NotificationCompat.DecoratedCustomViewStyle()</b>)
2903 builder.getBuilder().setStyle(new Notification.DecoratedCustomViewStyle());