Searched refs:rid (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/tests/graphics/VectorDrawableTest/src/com/android/test/dynamic/ |
D | AnimatedVectorDrawableDupPerf.java | 64 public static AnimatedVectorDrawable create(Resources resources, int rid) { in create() argument 66 final XmlPullParser parser = resources.getXml(rid); in create()
|
D | VectorDrawablePerformance.java | 85 public static VectorDrawable create(Resources resources, int rid) { in create() argument 87 final XmlPullParser parser = resources.getXml(rid); in create()
|
/frameworks/base/docs/ |
D | knowntags.txt | 16 # The grandfathered list. We should get rid of these if possible.
|
/frameworks/base/packages/overlays/tests/src/com/android/theme/icon/ |
D | IconPackOverlayTest.java | 243 private TypedArray getAVDAttributes(Resources resources, @DrawableRes int rid) { in getAVDAttributes() argument 245 XmlResourceParser parser = resources.getXml(rid); in getAVDAttributes()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5779 uint32_t rid = identifierForName(name.c_str(), name.size(), type.c_str(), in stringToValue() local 5781 if (rid != 0) { in stringToValue() 5794 rid = Res_MAKEID( in stringToValue() 5795 accessor->getRemappedPackage(Res_GETPACKAGE(rid)), in stringToValue() 5796 Res_GETTYPE(rid), Res_GETENTRY(rid)); in stringToValue() 5800 String8(name).c_str(), rid); in stringToValue() 5804 uint32_t packageId = Res_GETPACKAGE(rid) + 1; in stringToValue() 5808 outValue->data = rid; in stringToValue() 5813 uint32_t rid = accessor->getCustomResourceWithCreation(package, type, name, in stringToValue() local 5815 if (rid != 0) { in stringToValue() [all …]
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 1839 uint32_t rid = mAssets->getIncludedResources() in addPublic() local 1843 if (rid != 0) { in addPublic() 1868 uint32_t rid = mAssets->getIncludedResources() in addEntry() local 1872 if (rid != 0) { in addEntry() 1903 uint32_t rid = mAssets->getIncludedResources() in startBag() local 1907 if (rid != 0) { in startBag() 1963 uint32_t rid = mAssets->getIncludedResources() in addBag() local 1967 if (rid != 0) { in addBag() 2000 uint32_t rid = mAssets->getIncludedResources() in hasBagOrEntry() local 2004 if (rid != 0) { in hasBagOrEntry() [all …]
|
/frameworks/base/packages/SystemUI/docs/ |
D | executors.md | 336 Handlers or Loopers) you don't need it. Get rid of it. No more TestableLooper;
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 679 public static VectorDrawable create(Resources resources, int rid) { in create() argument 681 final XmlPullParser parser = resources.getXml(rid); in create()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 697 # Note: To get rid of all source code in the generated output, make sure also
|
/frameworks/native/docs/ |
D | Doxyfile | 841 # Note: To get rid of all source code in the generated output, make sure also
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 900 # Note: To get rid of all source code in the generated output, make sure that
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 944 # Note: To get rid of all source code in the generated output, make sure that
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 994 # Note: To get rid of all source code in the generated output, make sure that
|