Home
last modified time | relevance | path

Searched defs:obtainTypedArray (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java107 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray() method in MockResources
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java538 static TypedArray obtainTypedArray(Resources resources, int id) throws NotFoundException { in obtainTypedArray() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DResources.java718 public TypedArray obtainTypedArray(@ArrayRes int id) throws NotFoundException { in obtainTypedArray() method in Resources