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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java240 public Builder setSmallIcon(int icon) { method in class:NotificationCompat.Builder
246 * A variant of {@link #setSmallIcon(int) setSmallIcon(int)} that takes an additional
255 public Builder setSmallIcon(int icon, int level) { method in class:NotificationCompat.Builder
603 * .setSmallIcon(R.drawable.new_post)
657 * .setSmallIcon(R.drawable.new_mail)
712 * .setSmallIcon(R.drawable.new_mail)
/frameworks/base/core/java/android/app/
H A DNotification.java929 * .setSmallIcon(R.drawable.new_mail)
1052 public Builder setSmallIcon(int icon) { method in class:Notification.Builder
1058 * A variant of {@link #setSmallIcon(int) setSmallIcon(int)} that takes an additional
1068 public Builder setSmallIcon(int icon, int level) { method in class:Notification.Builder
1218 * in place of the {@link #setSmallIcon(int) small icon} (which will move to the right side).
1732 * .setSmallIcon(R.drawable.new_post)
1815 * .setSmallIcon(R.drawable.new_mail)
1896 * .setSmallIcon(R.drawable.new_mail)

Completed in 55 milliseconds