Home
last modified time | relevance | path

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

/frameworks/base/tests/graphics/VectorDrawableTest/src/com/android/test/dynamic/
DAnimatedVectorDrawableDupPerf.java64 public static AnimatedVectorDrawable create(Resources resources, int rid) { in create()
DVectorDrawablePerformance.java85 public static VectorDrawable create(Resources resources, int rid) { in create()
/frameworks/base/packages/overlays/tests/src/com/android/theme/icon/
DIconPackOverlayTest.java243 private TypedArray getAVDAttributes(Resources resources, @DrawableRes int rid) { in getAVDAttributes()
/frameworks/base/tools/aapt/
DResourceTable.cpp1839 uint32_t rid = mAssets->getIncludedResources() in addPublic() local
1868 uint32_t rid = mAssets->getIncludedResources() in addEntry() local
1903 uint32_t rid = mAssets->getIncludedResources() in startBag() local
1963 uint32_t rid = mAssets->getIncludedResources() in addBag() local
2000 uint32_t rid = mAssets->getIncludedResources() in hasBagOrEntry() local
2026 uint32_t rid = mAssets->getIncludedResources() in hasBagOrEntry() local
2119 uint32_t rid = mAssets->getIncludedResources() in makeAttribute() local
2211 uint32_t rid = mAssets->getIncludedResources() in getResId() local
2745 uint32_t rid = getResId(p, t, ci); in addSymbols() local
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5779 uint32_t rid = identifierForName(name.c_str(), name.size(), type.c_str(), in stringToValue() local
5813 uint32_t rid = accessor->getCustomResourceWithCreation(package, type, name, in stringToValue() local
5951 uint32_t rid = in stringToValue() local
5980 uint32_t rid = accessor->getCustomResource(package, type, name); in stringToValue() local
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java679 public static VectorDrawable create(Resources resources, int rid) { in create()