Home
last modified time | relevance | path

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

/aosp12/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()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorDrawTabletUI.java262 int rid = (i == mSelectedStyleButton) ? android.R.color.holo_blue_light : in resetStyle() local
/aosp12/frameworks/base/packages/overlays/tests/src/com/android/theme/icon/
H A DIconPackOverlayTest.java243 private TypedArray getAVDAttributes(Resources resources, @DrawableRes int rid) { in getAVDAttributes()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DTestUtils.java244 final long rid = Long.parseLong(rowUri.getLastPathSegment()); in insertRawContact() local
/aosp12/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
2744 uint32_t rid = getResId(p, t, ci); in addSymbols() local
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java319 final String rid = String.valueOf(rawContactId); in canJoinIntoContact() local
/aosp12/packages/modules/adb/
H A Dadb.cpp508 unsigned rid = p->msg.arg0; in handle_packet() local
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5626 uint32_t rid = identifierForName(name.string(), name.size(), type.string(), in stringToValue() local
5660 uint32_t rid = accessor->getCustomResourceWithCreation(package, type, name, in stringToValue() local
5798 uint32_t rid = in stringToValue() local
5827 uint32_t rid = accessor->getCustomResource(package, type, name); in stringToValue() local
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java679 public static VectorDrawable create(Resources resources, int rid) { in create()