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

/frameworks/base/core/java/android/app/
H A DNotification.java1938 private int mSmallIcon; field in class:Notification.Builder
2131 mSmallIcon = icon;
2147 mSmallIcon = icon;
2813 contentView.setImageViewResource(R.id.right_icon, mSmallIcon);
2815 processSmallRightIcon(mSmallIcon, contentView);
2817 contentView.setImageViewResource(R.id.icon, mSmallIcon);
2819 processSmallIconAsLarge(mSmallIcon, contentView);
3151 n.icon = mSmallIcon;
3213 extras.putInt(EXTRA_SMALL_ICON, mSmallIcon);
3401 mSmallIcon
[all...]

Completed in 38 milliseconds