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.java130 private static Pair<ResourceType, String> getResourceInfo(Resources resources, int id, in getResourceInfo() method in Resources_Delegate
161 getResourceInfo(resources, id, platformResFlag_out); in getResourceValue()
697 Pair<ResourceType, String> resourceInfo = getResourceInfo(resources, resid, new boolean[1]); in getResourceEntryName()
709 Pair<ResourceType, String> resourceInfo = getResourceInfo(resources, resid, platformOut); in getResourceName()
728 Pair<ResourceType, String> resourceInfo = getResourceInfo(resources, resid, platformOut); in getResourcePackageName()
742 Pair<ResourceType, String> resourceInfo = getResourceInfo(resources, resid, new boolean[1]); in getResourceTypeName()
1089 throwException(id, getResourceInfo(resources, id, new boolean[1])); in throwException()