Searched defs:getResourceName (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java204 public String getResourceName(int resid) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java622 public String getResourceName(int resid) throws NotFoundException { method in class:BridgeResources
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DResourcesWrapper.java251 public String getResourceName(int resid) throws NotFoundException { method in class:ResourcesWrapper
252 return mResources.getResourceName(resid);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java599 private String getResourceName(int resId) { method in class:NavigationBarView
603 return res.getResourceName(resId);
644 getResourceName(mCurrentView.getId()),
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java712 /*package*/ native final String getResourceName(int resid); method in class:AssetManager
H A DResources.java773 Log.w(TAG, "Drawable " + getResourceName(id) + " has unresolved theme "
1008 Log.w(TAG, "ColorStateList " + getResourceName(id) + " has "
1792 return getResourceName(Integer.parseInt(hexString, 16));
1810 themes[i] = getResourceName(resId);
2232 public String getResourceName(@AnyRes int resid) throws NotFoundException { method in class:Resources
2233 String str = mAssets.getResourceName(resid);
2249 * @see #getResourceName
2268 * @see #getResourceName
2287 * @see #getResourceName
2465 resName = getResourceName(resourceI
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3807 bool ResTable::getResourceName(uint32_t resID, bool allowUtf8, resource_name* outName) const function in class:android::ResTable
5338 if (getResourceName(bag->map.name.ident, false, &rname)) {
5391 if (getResourceName(bagi->map.name.ident, false, &rname)) {
6412 if (!this->getResourceName(resID, false, &resName)) {
6732 if (this->getResourceName(resID, true, &resName)) {
6797 if (this->getResourceName(resID, true, &resName)) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 6186 milliseconds