Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java700 Resources_Delegate.newTypeArray(mSystemResources, attrs.length, isPlatformFile); in obtainStyledAttributes()
938 Resources_Delegate.newTypeArray(mSystemResources, attrs.length, false); in createStyleBasedTypedArray()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java83 public static BridgeTypedArray newTypeArray(Resources resources, int numEntries, in newTypeArray() method in Resources_Delegate