Searched refs:smallIcon (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java1165 Icon smallIcon = n.getSmallIcon();
1167 if (smallIcon != null && smallIcon.getType() == Icon.TYPE_RESOURCE) {
1168 n.extras.putInt(Notification.EXTRA_SMALL_ICON, smallIcon.getResId());
1169 n.icon = smallIcon.getResId();
/frameworks/support/car/src/androidTest/java/androidx/car/widget/
H A DTextListItemTest.java727 TextListItem smallIcon = new TextListItem(mActivity);
728 smallIcon.setPrimaryActionIcon(android.R.drawable.sym_def_app_icon, false);
729 smallIcon.setBody("body"); // Small icon of items with body text should use top margin.
730 setupPagedListView(Arrays.asList(smallIcon));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java181 final Icon smallIcon = n.getSmallIcon();
182 if (smallIcon == null) {
199 smallIcon,
/frameworks/base/core/java/android/app/
H A DNotification.java3616 * right (to the right of a smallIcon if it has been placed there).
5393 private void processSmallIconColor(Icon smallIcon, RemoteViews contentView, argument
5395 boolean colorable = !isLegacy() || getColorUtil().isGrayscaleIcon(mContext, smallIcon);
5414 * Make the largeIcon dark if it's a fake smallIcon (that is,

Completed in 102 milliseconds