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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java256 public Builder setSmallIcon(int icon) { method in class:NotificationCompat.Builder
262 * A variant of {@link #setSmallIcon(int) setSmallIcon(int)} that takes an additional
271 public Builder setSmallIcon(int icon, int level) { method in class:NotificationCompat.Builder
640 * .setSmallIcon(R.drawable.new_post)
698 * .setSmallIcon(R.drawable.new_mail)
757 * .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).
1734 * .setSmallIcon(R.drawable.new_post)
1817 * .setSmallIcon(R.drawable.new_mail)
1898 * .setSmallIcon(R.drawable.new_mail)

Completed in 248 milliseconds