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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java192 public int getResId() { method in class:Icon
194 throw new IllegalStateException("called getResId() on " + this);
316 return getResources().getDrawable(getResId(), context.getTheme());
319 getResId(),
420 dataStream.writeInt(getResId());
487 return getResId() == otherIcon.getResId()
666 .append(String.format("0x%08x", getResId()));
748 dest.writeInt(getResId());
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresResInstanceInfo.java70 public String getResId() { method in class:PresResInstanceInfo
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DFocusHighlightHelper.java35 return zoomIndex == ZOOM_FACTOR_NONE || getResId(zoomIndex) > 0;
38 private static int getResId(int zoomIndex) { method in class:FocusHighlightHelper
156 res.getFraction(getResId(mScaleIndex), 1, 1);
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIcon.java41 icon = Icon.createWithResource(resPackage, icon.getResId());
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java121 if (icon1.getResId() != icon2.getResId()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java136 return a.getResPackage().equals(b.getResPackage()) && a.getResId() == b.getResId();
/frameworks/base/tools/aapt/
H A DResourceTable.h228 static inline uint32_t getResId(const sp<Package>& p,
232 uint32_t getResId(const String16& package,
237 uint32_t getResId(const String16& ref,
H A DResourceTable.cpp2184 inline uint32_t ResourceTable::getResId(const sp<Package>& p, function in class:ResourceTable
2191 uint32_t ResourceTable::getResId(const String16& package, function in class:ResourceTable
2234 getResId(p, t, ei));
2237 uint32_t ResourceTable::getResId(const String16& ref, function in class:ResourceTable
2262 uint32_t res = getResId(package, type, name, onlyPublic && refOnlyPublic);
2379 return getResId(p, t, ei);
2403 resId = getResId(package, type, name);
2726 uint32_t rid = getResId(p, t, ci);
3436 getResId(pkg, t, c->getEntryIndex()));
3651 mParentId = table->getResId(mParen
[all...]
H A DXMLNode.cpp1038 ? table->getResId(e.name, &attr, &pkg, &errorMsg, nsIsPublic)
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java197 iconStr += " / " + idDebugString(baseContext, icon.getResPackage(), icon.getResId());
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java831 n.extras.putInt(Notification.EXTRA_SMALL_ICON, smallIcon.getResId());
832 n.icon = smallIcon.getResId();
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java147 return isGrayscaleIcon(context, icon.getResId());
/frameworks/base/core/java/android/app/
H A DNotification.java1031 icon = mIcon.getResId();
1055 this.icon = icon.getResId();
1583 icon = mSmallIcon.getResId();
2487 mN.icon = icon.getResId();
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1084 shortcut.setIconResourceId(icon.getResId());

Completed in 8809 milliseconds