Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java88 private static Pair<ResourceType, String> getResourceInfo(Resources resources, int id, in getResourceInfo() method in Resources_Delegate
119 getResourceInfo(resources, id, platformResFlag_out); in getResourceValue()
637 Pair<ResourceType, String> resourceInfo = getResourceInfo(resources, resid, new boolean[1]); in getResourceEntryName()
649 Pair<ResourceType, String> resourceInfo = getResourceInfo(resources, resid, platformOut); in getResourceName()
668 Pair<ResourceType, String> resourceInfo = getResourceInfo(resources, resid, platformOut); in getResourcePackageName()
682 Pair<ResourceType, String> resourceInfo = getResourceInfo(resources, resid, new boolean[1]); in getResourceTypeName()
900 throwException(id, getResourceInfo(resources, id, new boolean[1])); in throwException()