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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java66 public static final int TYPE_RESOURCE = 2; field in class:Icon
86 // TYPE_RESOURCE: Resources
90 // TYPE_RESOURCE: package name
94 // TYPE_RESOURCE: resId
104 * {@link #TYPE_RESOURCE},
171 * @return The {@link android.content.res.Resources} for this {@link #TYPE_RESOURCE} Icon.
175 if (mType != TYPE_RESOURCE) {
182 * @return The package containing resources for this {@link #TYPE_RESOURCE} Icon.
186 if (mType != TYPE_RESOURCE) {
193 * @return The resource ID for this {@link #TYPE_RESOURCE} Ico
[all...]
/frameworks/support/compat/java/android/support/v4/graphics/drawable/
H A DIconCompat.java54 private static final int TYPE_RESOURCE = 2; field in class:IconCompat
66 // TYPE_RESOURCE: Context
71 // TYPE_RESOURCE: resId
89 final IconCompat rep = new IconCompat(TYPE_RESOURCE);
192 case TYPE_RESOURCE:
216 case TYPE_RESOURCE:
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIcon.java36 if (icon.getType() == Icon.TYPE_RESOURCE
/frameworks/base/core/java/com/android/internal/widget/
H A DCachingIconView.java124 if (icon != null && icon.getType() == Icon.TYPE_RESOURCE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java136 if (icon1.getType() != android.graphics.drawable.Icon.TYPE_RESOURCE
137 || icon2.getType() != android.graphics.drawable.Icon.TYPE_RESOURCE) {
/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java848 case Icon.TYPE_RESOURCE: {
H A DShortcutInfo.java703 case 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.java1126 if (smallIcon != null && smallIcon.getType() == Icon.TYPE_RESOURCE) {
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java149 case Icon.TYPE_RESOURCE:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java261 case Icon.TYPE_RESOURCE:
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java388 if (icon != null && icon.getType() == Icon.TYPE_RESOURCE) {
/frameworks/base/core/java/android/app/
H A DNotification.java1259 if (mIcon.getType() == Icon.TYPE_RESOURCE) {
1284 if (icon != null && icon.getType() == Icon.TYPE_RESOURCE) {
1883 if (mSmallIcon.getType() == Icon.TYPE_RESOURCE) {
3064 if (icon != null && icon.getType() == Icon.TYPE_RESOURCE) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1372 case Icon.TYPE_RESOURCE: {

Completed in 1755 milliseconds