Home
last modified time | relevance | path

Searched refs:getResourceInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java131 private static ResourceReference getResourceInfo(Resources resources, int id) { in getResourceInfo() method in Resources_Delegate
152 ResourceReference resourceInfo = getResourceInfo(resources, id); in getResourceValue()
734 ResourceReference resourceInfo = getResourceInfo(resources, resid); in getResourceEntryName()
744 ResourceReference resourceInfo = getResourceInfo(resources, resid); in getResourceName()
756 ResourceReference resourceInfo = getResourceInfo(resources, resid); in getResourcePackageName()
766 ResourceReference resourceInfo = getResourceInfo(resources, resid); in getResourceTypeName()
1127 throwException(id, getResourceInfo(resources, id), expectedType); in throwException()