Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeResources.java250 ResourceValue resValue = getArrayResourceValue(id); in getTextArray()
264 ResourceValue resValue = getArrayResourceValue(id); in getStringArray()
293 ResourceValue rv = getArrayResourceValue(id); in getIntArray()
336 private ResourceValue getArrayResourceValue(int id) throws NotFoundException { in getArrayResourceValue() method in BridgeResources