Home
last modified time | relevance | path

Searched defs:rid (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedVectorDrawableDupPerf.java64 public static AnimatedVectorDrawable create(Resources resources, int rid) { in create()
H A DVectorDrawablePerformance.java85 public static VectorDrawable create(Resources resources, int rid) { in create()
/aosp14/frameworks/base/packages/overlays/tests/src/com/android/theme/icon/
H A DIconPackOverlayTest.java243 private TypedArray getAVDAttributes(Resources resources, @DrawableRes int rid) { in getAVDAttributes()
/aosp14/frameworks/base/tools/aapt/
H A DResourceTable.cpp1837 uint32_t rid = mAssets->getIncludedResources() in addPublic() local
1866 uint32_t rid = mAssets->getIncludedResources() in addEntry() local
1901 uint32_t rid = mAssets->getIncludedResources() in startBag() local
1961 uint32_t rid = mAssets->getIncludedResources() in addBag() local
1998 uint32_t rid = mAssets->getIncludedResources() in hasBagOrEntry() local
2024 uint32_t rid = mAssets->getIncludedResources() in hasBagOrEntry() local
2117 uint32_t rid = mAssets->getIncludedResources() in makeAttribute() local
2209 uint32_t rid = mAssets->getIncludedResources() in getResId() local
2743 uint32_t rid = getResId(p, t, ci); in addSymbols() local
/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5662 uint32_t rid = identifierForName(name.string(), name.size(), type.string(), in stringToValue() local
5696 uint32_t rid = accessor->getCustomResourceWithCreation(package, type, name, in stringToValue() local
5834 uint32_t rid = in stringToValue() local
5863 uint32_t rid = accessor->getCustomResource(package, type, name); in stringToValue() local
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java679 public static VectorDrawable create(Resources resources, int rid) { in create()