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/
DResources_Delegate.java257 ResourceValue resValue = getArrayResourceValue(resources, id); in getTextArray()
271 ResourceValue resValue = getArrayResourceValue(resources, id); in getStringArray()
301 ResourceValue rv = getArrayResourceValue(resources, id); in getIntArray()
345 private static ResourceValue getArrayResourceValue(Resources resources, int id) in getArrayResourceValue() method in Resources_Delegate