Searched refs:TYPE_RESOURCE (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java65 public static final int TYPE_RESOURCE = 2; field in class:Icon
83 // TYPE_RESOURCE: Resources
87 // TYPE_RESOURCE: package name
91 // TYPE_RESOURCE: resId
101 * {@link #TYPE_RESOURCE},
167 * @return The {@link android.content.res.Resources} for this {@link #TYPE_RESOURCE} Icon.
171 if (mType != TYPE_RESOURCE) {
178 * @return The package containing resources for this {@link #TYPE_RESOURCE} Icon.
182 if (mType != TYPE_RESOURCE) {
189 * @return The resource ID for this {@link #TYPE_RESOURCE} Ico
[all...]
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIcon.java36 if (icon.getType() == Icon.TYPE_RESOURCE
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java117 if (icon1.getType() != android.graphics.drawable.Icon.TYPE_RESOURCE
118 || icon2.getType() != android.graphics.drawable.Icon.TYPE_RESOURCE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java135 case Icon.TYPE_RESOURCE:
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java196 if (icon != null && icon.getType() == Icon.TYPE_RESOURCE) {
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java306 case Icon.TYPE_RESOURCE:
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java146 case Icon.TYPE_RESOURCE:
/frameworks/base/core/java/android/app/
H A DNotification.java1030 if (mIcon.getType() == Icon.TYPE_RESOURCE) {
1054 if (icon != null && icon.getType() == Icon.TYPE_RESOURCE) {
1582 if (mSmallIcon.getType() == Icon.TYPE_RESOURCE) {
2486 if (icon != null && icon.getType() == Icon.TYPE_RESOURCE) {
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java468 * {@link Attendees#TYPE_RESOURCE}. Setting this field to only
788 * {@link #TYPE_OPTIONAL}, {@link #TYPE_RESOURCE})
800 public static final int TYPE_RESOURCE = 3; field in interface:CalendarContract.AttendeesColumns
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java830 if (smallIcon != null && smallIcon.getType() == Icon.TYPE_RESOURCE) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1081 case Icon.TYPE_RESOURCE: {

Completed in 300 milliseconds