Searched defs:rid (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
H A D | AnimatedVectorDrawableDupPerf.java | 64 public static AnimatedVectorDrawable create(Resources resources, int rid) { in create()
|
H A D | VectorDrawablePerformance.java | 85 public static VectorDrawable create(Resources resources, int rid) { in create()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
H A D | EditorDrawTabletUI.java | 262 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 D | IconPackOverlayTest.java | 243 private TypedArray getAVDAttributes(Resources resources, @DrawableRes int rid) { in getAVDAttributes()
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | TestUtils.java | 244 final long rid = Long.parseLong(rowUri.getLastPathSegment()); in insertRawContact() local
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | ResourceTable.cpp | 1837 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 D | ContactAggregator.java | 319 final String rid = String.valueOf(rawContactId); in canJoinIntoContact() local
|
/aosp12/packages/modules/adb/ |
H A D | adb.cpp | 508 unsigned rid = p->msg.arg0; in handle_packet() local
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 5626 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 D | VectorDrawable.java | 679 public static VectorDrawable create(Resources resources, int rid) { in create()
|